diff options
author | megamage <none@none> | 2009-02-19 22:30:30 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-19 22:30:30 -0600 |
commit | 53d0bf87adc83bf6f7d3bab31c91f6670d48903b (patch) | |
tree | 01b5dadec43b413a8e17177517e6a3eeb9ea2e63 /src/game/Debugcmds.cpp | |
parent | 21b4930682dd186d925d6266e1cbf79be2be3c4d (diff) |
*Fix build.
--HG--
branch : trunk
Diffstat (limited to 'src/game/Debugcmds.cpp')
-rw-r--r-- | src/game/Debugcmds.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |