ACE cleanup on game, now the major issue remains WorldSocket

This commit is contained in:
leak
2014-07-02 02:20:53 +02:00
parent 66c94ce965
commit e0aed65c8c
11 changed files with 25 additions and 22 deletions

View File

@@ -175,8 +175,10 @@ struct TSpellSummary
uint8 Effects; // set of enum SelectEffect
} *SpellSummary;
ScriptMgr::ScriptMgr()
: _scriptCount(0), _scheduledScripts(0) { }
ScriptMgr::ScriptMgr() : _scriptCount(0)
{
_scheduledScripts = 0;
}
ScriptMgr::~ScriptMgr() { }