diff options
author | megamage <none@none> | 2009-05-31 14:26:57 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-05-31 14:26:57 -0500 |
commit | da871e2fc07ef529beea3d3e8a52518bde842775 (patch) | |
tree | 7314d7c7b03304d75d606874693cf565e95daa28 /src/game/Wintergrasp.cpp | |
parent | 8d1f4f9ea0beb503e2a3014abb95263e501ef1c5 (diff) |
*Move addcre/go functions from opvp to objmgr.
*Do not save respawn time for internally added cre/go.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Wintergrasp.cpp')
-rw-r--r-- | src/game/Wintergrasp.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/game/Wintergrasp.cpp b/src/game/Wintergrasp.cpp index 06ef39bd599..02cc9d00a03 100644 --- a/src/game/Wintergrasp.cpp +++ b/src/game/Wintergrasp.cpp @@ -37,6 +37,10 @@ bool OPvPWintergrasp::SetupOutdoorPvP() //m_defender = TEAM_ALLIANCE; //gameeventmgr.StartInternalEvent(GameEventWintergraspDefender[m_defender]); + //Titan Relic eventid = 19982 + objmgr.AddGameObject(192829, 571, 5444.6, 2840.8, 420.43, 0); + + return true; } @@ -48,6 +52,8 @@ uint32 OPvPWintergrasp::GetCreatureEntry(uint32 guidlow, uint32 entry) { case 30739: return 30740; case 30740: return 30739; + case 30400: return 30499; + case 30499: return 30400; } } return entry; |