Really fix build (sorry for that:()

This commit is contained in:
QAston
2011-09-21 11:06:31 +02:00
parent 87d9a1d384
commit a0030ef334

View File

@@ -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);