mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01: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