Fix build

This commit is contained in:
Nay
2012-06-27 23:17:40 +02:00
parent 551878ad96
commit 87db7b246f

View File

@@ -1179,7 +1179,7 @@ public:
void HandleDummy(SpellEffIndex /*effIndex*/)
{
if (Creature* target = GetHitCreature())
target()->CastSpell(GetCaster(), SPELL_BUNNY_CREDIT_BEAM, false);
target->CastSpell(GetCaster(), SPELL_BUNNY_CREDIT_BEAM, false);
}
void Register()
@@ -1221,4 +1221,5 @@ void AddSC_quest_spell_scripts()
new spell_q9452_cast_net();
new spell_q12987_read_pronouncement();
new spell_q12277_wintergarde_mine_explosion();
new spell_q12066_bunny_kill_credit();
}