aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVincent_Michael <Vincent_Michael@gmx.de>2012-12-27 19:50:16 +0100
committerVincent_Michael <Vincent_Michael@gmx.de>2012-12-27 19:50:16 +0100
commitc93559c02da0f949175c932c4b366a09f9b5c113 (patch)
treef7bbb9ae581c4a5ad15ddad7d3e080d9bd9f5be5 /src
parent91136ea55fe308db37d260969da60c488cf74b81 (diff)
Core: Fix build
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Commands/cs_reload.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/scripts/Commands/cs_reload.cpp b/src/server/scripts/Commands/cs_reload.cpp
index 852bc176040..2e797ad32cd 100644
--- a/src/server/scripts/Commands/cs_reload.cpp
+++ b/src/server/scripts/Commands/cs_reload.cpp
@@ -1004,9 +1004,6 @@ public:
return true;
}
- return true;
- }
-
static bool HandleReloadSpellScriptsCommand(ChatHandler* handler, const char* args)
{
if (sScriptMgr->IsScriptScheduled())