diff options
author | click <clickvd@gonnamakeyou.com> | 2011-06-11 22:35:29 +0200 |
---|---|---|
committer | click <clickvd@gonnamakeyou.com> | 2011-06-11 22:35:29 +0200 |
commit | 158966dc793f47dd4ada264da775f647601298aa (patch) | |
tree | 8fa1dc1cc36d07123662c32eb5981cfac01e91b6 /src/server/scripts/Outland/nagrand.cpp | |
parent | 9ef8bd307200445f448a67d1bb26c3afee9b7051 (diff) |
Core: Codestyle cleanup
Diffstat (limited to 'src/server/scripts/Outland/nagrand.cpp')
-rw-r--r-- | src/server/scripts/Outland/nagrand.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/server/scripts/Outland/nagrand.cpp b/src/server/scripts/Outland/nagrand.cpp index 54ff410a2ca..e7f1f01b670 100644 --- a/src/server/scripts/Outland/nagrand.cpp +++ b/src/server/scripts/Outland/nagrand.cpp @@ -200,7 +200,7 @@ public: } } - void EnterCombat(Unit * /*who*/) + void EnterCombat(Unit* /*who*/) { if (me->HasAura(SPELL_VISUAL_SLEEP)) me->RemoveAura(SPELL_VISUAL_SLEEP); @@ -267,9 +267,9 @@ public: me->SetStandState(UNIT_STAND_STATE_DEAD); } - void EnterCombat(Unit * /*who*/) {} + void EnterCombat(Unit* /*who*/) {} - void SpellHit(Unit * /*caster*/, const SpellEntry *spell) + void SpellHit(Unit* /*caster*/, const SpellEntry *spell) { if (spell->Id == 32146) { @@ -301,7 +301,7 @@ class npc_altruis_the_sufferer : public CreatureScript public: npc_altruis_the_sufferer() : CreatureScript("npc_altruis_the_sufferer") { } - bool OnQuestAccept(Player* pPlayer, Creature* /*pCreature*/, Quest const * /*quest*/) + bool OnQuestAccept(Player* pPlayer, Creature* /*pCreature*/, Quest const* /*quest*/) { if (!pPlayer->GetQuestRewardStatus(9991)) //Survey the Land, q-id 9991 { |