aboutsummaryrefslogtreecommitdiff
path: root/src/game/OutdoorPvPMgr.cpp
diff options
context:
space:
mode:
authorspp <none@none>2009-12-14 03:53:38 +0100
committerspp <none@none>2009-12-14 03:53:38 +0100
commit51a1a0aca9762947e3b3cdecd881b3f538227f47 (patch)
treedcf6c6586bfba09ff349e0409b1446103c84604b /src/game/OutdoorPvPMgr.cpp
parent3a46634a2057241ec6bce3d6eacf0c3fcc64000d (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.cpp4
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())
{