Scripts/Violet Hold: Update instance scripts to new model (#26401)

Co-authored-by: offl <offl@users.noreply.github.com>
This commit is contained in:
offl
2021-04-14 12:53:45 +03:00
committed by GitHub
parent f60b945e15
commit d22dcd1f6e
2 changed files with 614 additions and 811 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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_