aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/EasternKingdoms/undercity.cpp
diff options
context:
space:
mode:
authorSpp- <u84280@epreinf21.(none)>2011-06-30 14:24:56 +0200
committerSpp- <u84280@epreinf21.(none)>2011-06-30 14:24:56 +0200
commit6fd41ae50e5f988473f86ad8370b60a1e29eac5f (patch)
tree481e934be575ae4b0f44581e72e7ecc92d590ae1 /src/server/scripts/EasternKingdoms/undercity.cpp
parentd12bb4a657e4df5230ce06f9b082f176d9db0b85 (diff)
Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes in all scripts
Diffstat (limited to 'src/server/scripts/EasternKingdoms/undercity.cpp')
-rw-r--r--src/server/scripts/EasternKingdoms/undercity.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/scripts/EasternKingdoms/undercity.cpp b/src/server/scripts/EasternKingdoms/undercity.cpp
index cbd9c1fe665..78ac16227e3 100644
--- a/src/server/scripts/EasternKingdoms/undercity.cpp
+++ b/src/server/scripts/EasternKingdoms/undercity.cpp
@@ -88,7 +88,7 @@ public:
struct npc_lady_sylvanas_windrunnerAI : public ScriptedAI
{
- npc_lady_sylvanas_windrunnerAI(Creature *c) : ScriptedAI(c) {}
+ npc_lady_sylvanas_windrunnerAI(Creature* c) : ScriptedAI(c) {}
uint32 LamentEvent_Timer;
bool LamentEvent;
@@ -103,11 +103,11 @@ public:
void EnterCombat(Unit* /*who*/) {}
- void JustSummoned(Creature *summoned)
+ void JustSummoned(Creature* summoned)
{
if (summoned->GetEntry() == ENTRY_HIGHBORNE_BUNNY)
{
- if (Unit *pTarget = Unit::GetUnit(*summoned, targetGUID))
+ if (Unit* pTarget = Unit::GetUnit(*summoned, targetGUID))
{
pTarget->SendMonsterMove(pTarget->GetPositionX(), pTarget->GetPositionY(), me->GetPositionZ()+15.0f, 0);
pTarget->GetMap()->CreatureRelocation(me, pTarget->GetPositionX(), pTarget->GetPositionY(), me->GetPositionZ()+15.0f, 0.0f);
@@ -162,7 +162,7 @@ public:
struct npc_highborne_lamenterAI : public ScriptedAI
{
- npc_highborne_lamenterAI(Creature *c) : ScriptedAI(c) {}
+ npc_highborne_lamenterAI(Creature* c) : ScriptedAI(c) {}
uint32 EventMove_Timer;
uint32 EventCast_Timer;