*Fix build.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-02-19 22:30:30 -06:00
parent 21b4930682
commit 53d0bf87ad
10 changed files with 34 additions and 32 deletions

View File

@@ -657,4 +657,5 @@ bool ChatHandler::HandleSendSetPhaseShiftCommand(const char* args)
uint32 PhaseShift = atoi(args);
m_session->SendSetPhaseShift(PhaseShift);
return true;
}