mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-14 04:02:53 -04:00
ACE cleanup on game, now the major issue remains WorldSocket
This commit is contained in:
@@ -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() { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user