From 53d0bf87adc83bf6f7d3bab31c91f6670d48903b Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 19 Feb 2009 22:30:30 -0600 Subject: *Fix build. --HG-- branch : trunk --- src/game/Debugcmds.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Debugcmds.cpp') diff --git a/src/game/Debugcmds.cpp b/src/game/Debugcmds.cpp index 783732deea1..68e934abc7c 100644 --- a/src/game/Debugcmds.cpp +++ b/src/game/Debugcmds.cpp @@ -657,4 +657,5 @@ bool ChatHandler::HandleSendSetPhaseShiftCommand(const char* args) uint32 PhaseShift = atoi(args); m_session->SendSetPhaseShift(PhaseShift); + return true; } -- cgit v1.2.3