Core/SAI: Removed unused variable: mResumeActionList

Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
This commit is contained in:
Subv2112
2012-01-06 22:31:38 -05:00
parent a40839fd7b
commit 3c4678085c
2 changed files with 0 additions and 2 deletions

View File

@@ -51,7 +51,6 @@ SmartScript::SmartScript()
mTemplate = SMARTAI_TEMPLATE_BASIC;
meOrigGUID = 0;
goOrigGUID = 0;
mResumeActionList = true;
mLastInvoker = 0;
}

View File

@@ -228,7 +228,6 @@ class SmartScript
SmartAIEventList mEvents;
SmartAIEventList mInstallEvents;
SmartAIEventList mTimedActionList;
bool mResumeActionList;
Creature* me;
uint64 meOrigGUID;
GameObject* go;