*Update proc entry for Elemental Focus - by Bengan.

*Update proc entry for Chill of the Grave, Wandering Plague, Endless Winter, Glyph of Chains of Ice - by Destalker
*Add missing script call for EffectDummyCreature_npc_nestlewood_owlkin.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-09 19:48:39 +02:00
parent 99ef71cbc4
commit 490494ab07
3 changed files with 22 additions and 6 deletions

View File

@@ -660,6 +660,7 @@ void AddSC_azuremyst_isle()
newscript = new Script;
newscript->Name="npc_nestlewood_owlkin";
newscript->GetAI = &GetAI_npc_nestlewood_owlkinAI;
newscript->pEffectDummyCreature = &EffectDummyCreature_npc_nestlewood_owlkin;
newscript->RegisterSelf();
}