diff options
author | megamage <none@none> | 2009-08-08 17:47:23 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-08 17:47:23 -0500 |
commit | a78a0c6b0175aeec85ed3a53ddb52dcf5eeebdcf (patch) | |
tree | c46b83a98a3ef51755b71b68a80a61e144f0d0b6 /src/game/Map.h | |
parent | 64ee35bd94d70872d404c23094f96962fe8f6114 (diff) |
*Fix a crash caused by relocationnotify
--HG--
branch : trunk
Diffstat (limited to 'src/game/Map.h')
-rw-r--r-- | src/game/Map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Map.h b/src/game/Map.h index bfd8d178fdd..68d5b90f48d 100644 --- a/src/game/Map.h +++ b/src/game/Map.h @@ -404,7 +404,7 @@ class MANGOS_DLL_SPEC Map : public GridRefManager<NGridType>, public MaNGOS::Obj bool ActiveObjectsNearGrid(uint32 x, uint32 y) const; void AddUnitToNotify(Unit* unit); - void RemoveUnitFromNotify(int32 slot); + void RemoveUnitFromNotify(Unit *unit, int32 slot); void SendToPlayers(WorldPacket const* data) const; |