Fix extended opcodes for forgottenserver.

This commit is contained in:
Kamil W 2013-04-05 22:03:17 +02:00
parent b43a196eac
commit 34ceb3c95e
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ index b980be0..7a84f61 100644
+ std::string buffer = msg.getString(); + std::string buffer = msg.getString();
+ +
+ // process additional opcodes via lua script event + // process additional opcodes via lua script event
+ addGameTask(&Game::parsePlayerExtendedOpcode, player->getId(), opcode, buffer); + addGameTask(&Game::parsePlayerExtendedOpcode, player->getID(), opcode, buffer);
+} +}
+ +
+void ProtocolGame::sendExtendedOpcode(uint8_t opcode, const std::string& buffer) +void ProtocolGame::sendExtendedOpcode(uint8_t opcode, const std::string& buffer)