Changeset 174 for trunk/src/game/CreatureAIRegistry.cpp
- Timestamp:
- 11/19/08 13:43:15 (17 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/game/CreatureAIRegistry.cpp
r145 r174 25 25 #include "GuardAI.h" 26 26 #include "PetAI.h" 27 #include "PossessedAI.h" 27 28 #include "TotemAI.h" 28 29 #include "OutdoorPvPObjectiveAI.h" … … 45 46 (new CreatureAIFactory<TotemAI>("TotemAI"))->RegisterSelf(); 46 47 (new CreatureAIFactory<OutdoorPvPObjectiveAI>("OutdoorPvPObjectiveAI"))->RegisterSelf(); 48 (new CreatureAIFactory<PossessedAI>("PossessedAI"))->RegisterSelf(); 47 49 48 50 (new MovementGeneratorFactory<RandomMovementGenerator<Creature> >(RANDOM_MOTION_TYPE))->RegisterSelf();