Skip to content

Commit

Permalink
Revert "GameObject: Make Go type 11 use correct highguid"
Browse files Browse the repository at this point in the history
This reverts commit 124115d.

Reverting until i find fix. Still correct change.
  • Loading branch information
killerwife committed Feb 22, 2025
1 parent 124115d commit d1a899a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Entities/GameObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ bool GameObject::Create(uint32 dbGuid, uint32 guidlow, uint32 name_id, Map* map,
return false;
}

Object::_Create(dbGuid, guidlow, goinfo->id, goinfo->type == GAMEOBJECT_TYPE_TRANSPORT ? HIGHGUID_TRANSPORT : HIGHGUID_GAMEOBJECT);
Object::_Create(dbGuid, guidlow, goinfo->id, HIGHGUID_GAMEOBJECT);

m_goInfo = goinfo;

Expand Down

0 comments on commit d1a899a

Please sign in to comment.