mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
*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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user