Core: Fix warnings

--HG--
branch : trunk
This commit is contained in:
Spp
2010-11-16 14:08:12 +01:00
parent 7abcf9812e
commit addd762c4d
19 changed files with 51 additions and 51 deletions
+2 -2
View File
@@ -721,13 +721,13 @@ class debug_commandscript : public CommandScript
return true;
}
static bool HandleDebugBattlegroundCommand(ChatHandler* handler, const char* /*args*/)
static bool HandleDebugBattlegroundCommand(ChatHandler* /*handler*/, const char* /*args*/)
{
sBattlegroundMgr.ToggleTesting();
return true;
}
static bool HandleDebugArenaCommand(ChatHandler* handler, const char* /*args*/)
static bool HandleDebugArenaCommand(ChatHandler* /*handler*/, const char* /*args*/)
{
sBattlegroundMgr.ToggleArenaTesting();
return true;