*Do not allow to add/remove obj to/from world more than once.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-03-25 15:54:23 -06:00
parent 435570903a
commit 581ae2719d
6 changed files with 48 additions and 23 deletions

View File

@@ -11268,9 +11268,8 @@ void Unit::RemoveFromWorld()
RemoveCharmAuras();
RemoveBindSightAuras();
RemoveNotOwnSingleTargetAuras();
WorldObject::RemoveFromWorld();
}
WorldObject::RemoveFromWorld();
}
void Unit::CleanupsBeforeDelete()