aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQAston <qaston@gmail.com>2011-09-21 11:06:31 +0200
committerQAston <qaston@gmail.com>2011-09-21 11:06:31 +0200
commita0030ef334ab9bdba65ab0d6ce78a45f4fa2b419 (patch)
treefa06f611b770922c0e79a177f363daa600e82312 /src
parent87d9a1d38456c00f0ed03c823dd14f52fd1ad2de (diff)
Really fix build (sorry for that:()
Diffstat (limited to 'src')
-rwxr-xr-xsrc/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp
index d54d35e2038..1c32debc45a 100755
--- a/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp
+++ b/src/server/scripts/Northrend/CrusadersColiseum/TrialOfTheCrusader/boss_twin_valkyr.cpp
@@ -669,9 +669,9 @@ public:
else m_uiRangeCheckTimer -= uiDiff;
}
- void SpellHitTarget(Unit* who, const SpellInfo* /*spell*/)
+ void SpellHitTarget(Unit* who, SpellInfo const* spell)
{
- if(spell->Id == SPELL_UNLEASHED_LIGHT_HELPER)
+ if (spell->Id == SPELL_UNLEASHED_LIGHT_HELPER)
{
if (who->HasAura(SPELL_LIGHT_ESSENCE_HELPER))
who->CastSpell(who, SPELL_POWERING_UP, true);