Fix compile without pch

This commit is contained in:
Spp
2012-10-16 09:35:15 +02:00
parent 7cc1b999a6
commit 14dab1f893
27 changed files with 39 additions and 33 deletions
+1 -1
View File
@@ -1345,7 +1345,7 @@ public:
return true;
}
static bool HandleDebugPhaseCommand(ChatHandler* handler, char const* args)
static bool HandleDebugPhaseCommand(ChatHandler* handler, char const* /*args*/)
{
Unit* unit = handler->getSelectedUnit();
Player* player = handler->GetSession()->GetPlayer();