diff options
author | tartalo <none@none> | 2009-11-07 15:54:33 +0100 |
---|---|---|
committer | tartalo <none@none> | 2009-11-07 15:54:33 +0100 |
commit | c922e2a3052b5353d4a64dbe140e3d5bb291c805 (patch) | |
tree | 083ebd04d06888d15e2496b2924629bd69d09277 /src/game/ObjectMgr.h | |
parent | c920e87f15c43081460b588bce16ce63bf7c97c9 (diff) |
Fix to Wintergrasp teleporters (Backout 5866), by Spp. Closes #90
*Wintergrasp: Move attacker questgivers to their corresponding campament, BySpp Closes #101
--HG--
branch : trunk
Diffstat (limited to 'src/game/ObjectMgr.h')
-rw-r--r-- | src/game/ObjectMgr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h index 6f6ca30cdeb..0ca6a5f2422 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -758,6 +758,7 @@ class ObjectMgr void RemoveGameobjectFromGrid(uint32 guid, GameObjectData const* data); uint32 AddGOData(uint32 entry, uint32 map, float x, float y, float z, float o, uint32 spawntimedelay = 0, float rotation0 = 0, float rotation1 = 0, float rotation2 = 0, float rotation3 = 0); uint32 AddCreData(uint32 entry, uint32 team, uint32 map, float x, float y, float z, float o, uint32 spawntimedelay = 0); + bool MoveCreData(uint32 guid, uint32 map, Position pos); // reserved names void LoadReservedPlayersNames(); |