Skip to content

Commit

Permalink
Fix missing AI init for quest 9303
Browse files Browse the repository at this point in the history
  • Loading branch information
xfurry committed Oct 29, 2015
1 parent 3f20761 commit 4ce7287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scriptdev2/scripts/world/spell_scripts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ bool EffectDummyCreature_spell_dummy_npc(Unit* pCaster, uint32 uiSpellId, SpellE
return true;

pCreatureTarget->UpdateEntry(NPC_OWLKIN_INOC);
pCreatureTarget->AIM_Initialize();
((Player*)pCaster)->KilledMonsterCredit(NPC_OWLKIN_INOC);

// set despawn timer, since we want to remove creature after a short time
Expand Down

0 comments on commit 4ce7287

Please sign in to comment.