mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Fix build
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user