fix(Scripts/GO): Druid‘s fly quest (#14085)
This commit is contained in:
parent
a3a835edc4
commit
ba796bee43
1 changed files with 5 additions and 1 deletions
|
|
@ -1073,7 +1073,11 @@ public:
|
|||
//player->CastSpell(player, SPELL_SUMMON_RIZZLE, false);
|
||||
|
||||
if (Creature* creature = player->SummonCreature(NPC_RIZZLE, 0.0f, 0.0f, 0.0f, 0.0f, TEMPSUMMON_DEAD_DESPAWN, 0))
|
||||
creature->CastSpell(player, SPELL_BLACKJACK, false);
|
||||
{
|
||||
// no need casting spell blackjack, it's casted by script npc_rizzle_sprysprocket.
|
||||
//creature->CastSpell(player, SPELL_BLACKJACK, false);
|
||||
creature->AI()->AttackStart(player);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue