mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
Scripts/Instances/EoE: Update Malygos to new register model (#26583)
(cherry picked from commit 7c6ee033e0)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -93,4 +93,6 @@ inline AI* GetEyeOfEternityAI(T* obj)
|
||||
return GetInstanceAI<AI>(obj, EoEScriptName);
|
||||
}
|
||||
|
||||
#define RegisterEyeOfEternityCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetEyeOfEternityAI)
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user