mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Scripts/Violet Hold: Update instance scripts to new model (#26401)
Co-authored-by: offl <offl@users.noreply.github.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -161,5 +161,6 @@ inline AI* GetVioletHoldAI(T* obj)
|
||||
}
|
||||
|
||||
#define RegisterVioletHoldCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetVioletHoldAI)
|
||||
#define RegisterVioletHoldGameObjectAI(ai_name) RegisterGameObjectAIWithFactory(ai_name, GetVioletHoldAI)
|
||||
|
||||
#endif // VIOLET_HOLD_H_
|
||||
|
||||
Reference in New Issue
Block a user