Fix protocol error #362

TODO:
Handle the helpers in LUA, it could be added into Battle Window i think,
if someone know where should this be comment here !
This commit is contained in:
Joao Pasqualini Costa
2013-10-20 18:31:20 -02:00
parent 8230bf2af4
commit 971d90a596
5 changed files with 26 additions and 0 deletions

View File

@@ -73,6 +73,8 @@ protected:
void processAttackCancel(uint seq);
void processWalkCancel(Otc::Direction direction);
void processPlayerHelpers(int helpers);
// message related
void processTextMessage(Otc::MessageMode mode, const std::string& text);
void processTalk(const std::string& name, int level, Otc::MessageMode mode, const std::string& text, int channelId, const Position& pos);