aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Outland/nagrand.cpp
diff options
context:
space:
mode:
authorSpp <spp@jorge.gr>2011-09-15 14:08:17 +0200
committerSpp <spp@jorge.gr>2011-09-15 14:12:57 +0200
commitaf05915b9e36497eda8f2f061c29ffee0c8042b6 (patch)
treefa9e603e2a8d90b9842148ee9fa767f475566b67 /src/server/scripts/Outland/nagrand.cpp
parent9006e4e8dc1c2cbf30303dd2d5e34f3d9a2380a9 (diff)
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some exceptions)
Diffstat (limited to 'src/server/scripts/Outland/nagrand.cpp')
-rw-r--r--src/server/scripts/Outland/nagrand.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/server/scripts/Outland/nagrand.cpp b/src/server/scripts/Outland/nagrand.cpp
index 21265a1b7f2..ad30ab32e92 100644
--- a/src/server/scripts/Outland/nagrand.cpp
+++ b/src/server/scripts/Outland/nagrand.cpp
@@ -64,7 +64,7 @@ public:
void EnterCombat(Unit* /*who*/) {}
- void SpellHit(Unit* Hitter, const SpellInfo *Spellkind)
+ void SpellHit(Unit* Hitter, const SpellInfo* Spellkind)
{
if (Spellkind->Id == 32001 && !Spawn)
{
@@ -838,7 +838,7 @@ public:
ScriptedAI::UpdateAI(diff);
}
- void SpellHit(Unit* caster, const SpellInfo *spell)
+ void SpellHit(Unit* caster, const SpellInfo* spell)
{
if (caster->GetTypeId() == TYPEID_PLAYER)
{
@@ -925,7 +925,7 @@ class npc_corki : public CreatureScript
public:
npc_corki() : CreatureScript("npc_corki") { }
- CreatureAI *GetAI(Creature* creature) const
+ CreatureAI* GetAI(Creature* creature) const
{
return new npc_corkiAI(creature);
}