mangosArchives / Mangos-One-server-old

This repo has been moved to https://githubs.com/mangosone/server
http://getmangos.eu/
GNU General Public License v2.0
95 stars 54 forks source link

SMSG_GAMEOBJECT_QUERY_RESPONSE #19

Closed DomGries closed 12 years ago

DomGries commented 12 years ago

I came to believe that SMSG_GAMEOBJECT_QUERY_RESPONSE does not have the gameobject size field in 2.4.3 .

This info is based on many 2.4.1 sniffs so I am pretty sure but not 100% sure. OregonCore and TrinityCore1 also dont have that field.

It was added in http://mangos.svn.sourceforge.net/viewvc/mangos/trunk/src/game/QueryHandler.cpp?r1=6662&r2=6748 . Mangos zero also had that field but correctly removed in later.

Would be nice if someone has more info on that

VladimirMangos commented 12 years ago

Can't confirm. but maybe do some experiments with 2/3/4 values with clean WDB?

DomGries commented 12 years ago

Alright, I checked the wdb's with help of crackm and verified that on 2.4.3 the size field of gameobjects indeed does exist. Therefore it must have been added in 2.4.2 or 2.4.3 ;)

VladimirMangos commented 12 years ago

nice)