chore(Core/GameObjectAI): Cleanup register macro (#19409)

This commit is contained in:
Kitzunu
2024-07-17 00:17:49 +02:00
committed by GitHub
parent bdf204f1eb
commit f0e6b0f1ab
2 changed files with 2 additions and 5 deletions

View File

@@ -83,6 +83,5 @@ inline AI* GetAhnKahetAI(T* obj)
}
#define RegisterAhnKahetCreatureAI(ai_name) RegisterCreatureAIWithFactory(ai_name, GetAhnKahetAI)
#define RegisterAhnKahetGameObjectAI(ai_name) RegisterGameObjectAIWithFactory(ai_name, GetAhnKahetAI)
#endif // DEF_AHNKAHET_H