--HG--
branch : trunk
This commit is contained in:
XTZGZoReX
2010-08-08 14:37:58 -05:00
parent db75157d74
commit 936e641b84
6 changed files with 6 additions and 0 deletions
@@ -27,6 +27,7 @@
#include "Language.h"
#include "World.h"
#include "GossipDef.h"
#include "ScriptPCH.h"
OPvPCapturePointEP_EWT::OPvPCapturePointEP_EWT(OutdoorPvP *pvp)
: OPvPCapturePoint(pvp), m_TowerState(EP_TS_N), m_UnitsSummonedSide(0)
@@ -24,6 +24,7 @@
#include "World.h"
#include "ObjectMgr.h"
#include "Language.h"
#include "ScriptPCH.h"
const uint32 HP_LANG_LOOSE_A[HP_TOWER_NUM] = {LANG_OPVP_HP_LOOSE_BROKENHILL_A,LANG_OPVP_HP_LOOSE_OVERLOOK_A,LANG_OPVP_HP_LOOSE_STADIUM_A};
@@ -23,6 +23,7 @@
#include "WorldPacket.h"
#include "Language.h"
#include "World.h"
#include "ScriptPCH.h"
OutdoorPvPNA::OutdoorPvPNA()
{
@@ -25,6 +25,7 @@
#include "OutdoorPvPMgr.h"
#include "Language.h"
#include "World.h"
#include "ScriptPCH.h"
OutdoorPvPSI::OutdoorPvPSI()
{
@@ -24,6 +24,7 @@
#include "ObjectMgr.h"
#include "Language.h"
#include "World.h"
#include "ScriptPCH.h"
OutdoorPvPTF::OutdoorPvPTF()
{
@@ -25,6 +25,7 @@
#include "WorldPacket.h"
#include "GossipDef.h"
#include "World.h"
#include "ScriptPCH.h"
OPvPCapturePointZM_Beacon::OPvPCapturePointZM_Beacon(OutdoorPvP *pvp, ZM_BeaconType type)
: OPvPCapturePoint(pvp), m_TowerType(type), m_TowerState(ZM_TOWERSTATE_N)