Fix build

--HG--
branch : trunk
This commit is contained in:
panaut0lordv
2009-02-18 22:39:00 +01:00
parent 31637d4aac
commit 966b6a4a8d
10 changed files with 11 additions and 0 deletions

View File

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