aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-08-26 17:38:02 +0200
committerShauren <shauren.trinity@gmail.com>2013-08-26 17:38:02 +0200
commit4f44cdf2b5e2b4c5e695ea0929a51f692d8b7f2b (patch)
treeafd645caf130514cd9942722b300c4d6dd2ad438 /src/server/game/Spells
parent664ed816dfc46a3e6be5fafa8037a8bd93feee5b (diff)
Core/Scripts: Fixed uninitialized variable and memory leaks
Diffstat (limited to 'src/server/game/Spells')
-rw-r--r--src/server/game/Spells/SpellMgr.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index e42d0f40998..5d471492553 100644
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -27,7 +27,6 @@
#include "Chat.h"
#include "Spell.h"
#include "BattlegroundMgr.h"
-#include "CreatureAI.h"
#include "MapManager.h"
#include "BattlefieldWG.h"
#include "BattlefieldMgr.h"
@@ -3001,8 +3000,6 @@ void SpellMgr::LoadSpellInfoCustomAttributes()
spellInfo->_InitializeExplicitTargetMask();
}
- CreatureAI::FillAISpellInfo();
-
TC_LOG_INFO(LOG_FILTER_SERVER_LOADING, ">> Loaded SpellInfo custom attributes in %u ms", GetMSTimeDiffToNow(oldMSTime));
}