diff options
author | panaut0lordv <panaut0lordv@gmail.com> | 2009-02-18 22:39:00 +0100 |
---|---|---|
committer | panaut0lordv <panaut0lordv@gmail.com> | 2009-02-18 22:39:00 +0100 |
commit | 966b6a4a8dbfc55858a7644e3fbd00f1b6ece8f5 (patch) | |
tree | beed8b618f791c0ce666299a0462894d90a34f83 /src/game/Debugcmds.cpp | |
parent | 31637d4aac6ae2081ccb3db976cab17936019f1a (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 2ec72818fd7..783732deea1 100644 --- a/src/game/Debugcmds.cpp +++ b/src/game/Debugcmds.cpp @@ -657,3 +657,4 @@ bool ChatHandler::HandleSendSetPhaseShiftCommand(const char* args) uint32 PhaseShift = atoi(args); m_session->SendSetPhaseShift(PhaseShift); +} |