aboutsummaryrefslogtreecommitdiff
path: root/src/game/CreatureAIRegistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/CreatureAIRegistry.cpp')
-rw-r--r--src/game/CreatureAIRegistry.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/CreatureAIRegistry.cpp b/src/game/CreatureAIRegistry.cpp
index f8d500cee59..f951e5a66f0 100644
--- a/src/game/CreatureAIRegistry.cpp
+++ b/src/game/CreatureAIRegistry.cpp
@@ -46,6 +46,8 @@ namespace AIRegistry
(new CreatureAIFactory<PetAI>("PetAI"))->RegisterSelf();
(new CreatureAIFactory<TotemAI>("TotemAI"))->RegisterSelf();
(new CreatureAIFactory<CombatAI>("CombatAI"))->RegisterSelf();
+ (new CreatureAIFactory<ArchorAI>("ArchorAI"))->RegisterSelf();
+ (new CreatureAIFactory<TurretAI>("TurretAI"))->RegisterSelf();
(new CreatureAIFactory<CreatureEventAI>("EventAI"))->RegisterSelf();
(new MovementGeneratorFactory<RandomMovementGenerator<Creature> >(RANDOM_MOTION_TYPE))->RegisterSelf();