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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/CreatureAIRegistry.cpp b/src/game/CreatureAIRegistry.cpp
index d4b30508563..03c12afaaf6 100644
--- a/src/game/CreatureAIRegistry.cpp
+++ b/src/game/CreatureAIRegistry.cpp
@@ -37,6 +37,7 @@ namespace AIRegistry
void Initialize()
{
(new CreatureAIFactory<NullCreatureAI>("NullCreatureAI"))->RegisterSelf();
+ (new CreatureAIFactory<TriggerAI>("TriggerAI"))->RegisterSelf();
(new CreatureAIFactory<AggressorAI>("AggressorAI"))->RegisterSelf();
(new CreatureAIFactory<ReactorAI>("ReactorAI"))->RegisterSelf();
(new CreatureAIFactory<PassiveAI>("PassiveAI"))->RegisterSelf();