diff options
| author | spp <none@none> | 2009-12-14 03:53:38 +0100 |
|---|---|---|
| committer | spp <none@none> | 2009-12-14 03:53:38 +0100 |
| commit | 51a1a0aca9762947e3b3cdecd881b3f538227f47 (patch) | |
| tree | dcf6c6586bfba09ff349e0409b1446103c84604b /src/game/OutdoorPvPMgr.cpp | |
| parent | 3a46634a2057241ec6bce3d6eacf0c3fcc64000d (diff) | |
Wintergrasp: Normalization of names to fit OutdoorPvP system
--HG--
branch : trunk
Diffstat (limited to 'src/game/OutdoorPvPMgr.cpp')
| -rw-r--r-- | src/game/OutdoorPvPMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/OutdoorPvPMgr.cpp b/src/game/OutdoorPvPMgr.cpp index 4df07914b36..75f08e04e4e 100644 --- a/src/game/OutdoorPvPMgr.cpp +++ b/src/game/OutdoorPvPMgr.cpp @@ -23,7 +23,7 @@ #include "OutdoorPvPZM.h" #include "OutdoorPvPSI.h" #include "OutdoorPvPEP.h" -#include "Wintergrasp.h" +#include "OutdoorPvPWG.h" #include "Player.h" #include "Policies/SingletonImp.h" @@ -125,7 +125,7 @@ void OutdoorPvPMgr::InitOutdoorPvP() sLog.outDebug("OutdoorPvP : EP successfully initiated."); } - pOP = new OPvPWintergrasp; + pOP = new OutdoorPvPWG; // respawn, init variables if(!pOP->SetupOutdoorPvP()) { |
