mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 01:59:09 +00:00
chore(Core/GameObjectAI): Cleanup register macro (#19409)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user