diff options
Diffstat (limited to 'src/game/ScriptMgr.cpp')
-rw-r--r-- | src/game/ScriptMgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/ScriptMgr.cpp b/src/game/ScriptMgr.cpp index 0f2836c161e..ae412f61b5d 100644 --- a/src/game/ScriptMgr.cpp +++ b/src/game/ScriptMgr.cpp @@ -35,11 +35,11 @@ struct TSpellSummary { ScriptMgr::ScriptMgr() { - + } ScriptMgr::~ScriptMgr() { - + } void ScriptMgr::ScriptsInit() |