diff options
| author | megamage <none@none> | 2009-05-10 22:48:22 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-05-10 22:48:22 -0500 |
| commit | 82f886e3c1daa6ae9049bb0c0c0c00219e9735ba (patch) | |
| tree | 7b8a4bbebf4365c57af8a21694a50aabecf2423a /src/game/SpellMgr.cpp | |
| parent | 904300b4c2f0c708bc98812ec2a0be04249a81d4 (diff) | |
*Update AI scripts. Use better default AI.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index a23f32d1a52..9b1cb798849 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -27,6 +27,7 @@ #include "Chat.h" #include "Spell.h" #include "BattleGroundMgr.h" +#include "CreatureAI.h" bool IsAreaEffectTarget[TOTAL_SPELL_TARGETS]; @@ -2520,6 +2521,8 @@ void SpellMgr::LoadSpellCustomAttr() SummonPropertiesEntry *properties = const_cast<SummonPropertiesEntry*>(sSummonPropertiesStore.LookupEntry(121)); properties->Type = SUMMON_TYPE_TOTEM; + + CreatureAI::FillAISpellInfo(); } void SpellMgr::LoadSpellLinked() |
