Add missing changes for protocol > 1000

This commit is contained in:
Eduardo Bart
2013-11-10 23:31:59 -02:00
parent 2b34c0ea0a
commit 9d689f0c43
7 changed files with 46 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ protected:
void processWalkCancel(Otc::Direction direction);
void processPlayerHelpers(int helpers);
void processPlayerModes(Otc::FightModes fightMode, Otc::ChaseModes chaseMode, bool safeMode);
// message related
void processTextMessage(Otc::MessageMode mode, const std::string& text);