Fix bug with going trough things on login. Thanks to Opterman and Nofantasy

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-09-03 23:40:14 +02:00
parent 62d4d6cd0c
commit 2465ef00a2
2 changed files with 6 additions and 5 deletions

View File

@@ -173,6 +173,7 @@ bool GameObject::Create(uint32 guidlow, uint32 name_id, Map *map, uint32 phaseMa
SetUInt32Value(GAMEOBJECT_FACTION, goinfo->faction);
SetUInt32Value(GAMEOBJECT_FLAGS, goinfo->flags);
SetUInt16Value(GAMEOBJECT_DYNAMIC, 1, uint16(-1));
SetEntry(goinfo->id);