diff options
author | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-18 03:16:32 +0200 |
---|---|---|
committer | Yehonal <yehonal.azeroth@gmail.com> | 2017-09-18 03:16:32 +0200 |
commit | 5ec07ef31ff972dbe3c3be3fdaab4ab8aad9512c (patch) | |
tree | 6b2126773aea642162afaeaa6db99103d55184ef /src/game/AI/SmartScripts/SmartScript.cpp | |
parent | cf627d832717c990b02da5e5ba06b4f218079321 (diff) |
Removed more warnings, mostly related to unused-variable
issue #121
We still have to work on unused-parameter
Diffstat (limited to 'src/game/AI/SmartScripts/SmartScript.cpp')
-rw-r--r-- | src/game/AI/SmartScripts/SmartScript.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/AI/SmartScripts/SmartScript.cpp b/src/game/AI/SmartScripts/SmartScript.cpp index 960cde20af..0bcdeb1d2f 100644 --- a/src/game/AI/SmartScripts/SmartScript.cpp +++ b/src/game/AI/SmartScripts/SmartScript.cpp @@ -4202,7 +4202,6 @@ void SmartScript::OnInitialize(WorldObject* obj, AreaTriggerEntry const* at) GetScript();//load copy of script - const SpellInfo* spellInfo = NULL; uint32 maxDisableDist = 0; uint32 minEnableDist = 0; for (SmartAIEventList::iterator i = mEvents.begin(); i != mEvents.end(); ++i) |