Scripts/Instances/EoE: Update Malygos to new register model (#26583)

(cherry picked from commit 7c6ee033e0)
This commit is contained in:
offl
2021-06-07 00:32:57 +03:00
committed by Shauren
parent ba691ba96c
commit bea0528436
2 changed files with 1487 additions and 1785 deletions

View File

@@ -93,4 +93,6 @@ inline AI* GetEyeOfEternityAI(T* obj)
return GetInstanceAI<AI>(obj, EoEScriptName);
}
#define RegisterEyeOfEternityCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetEyeOfEternityAI)
#endif