mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
death fix
This commit is contained in:
@@ -67,7 +67,7 @@ private:
|
||||
void parseFYIMessage(InputMessage& msg);
|
||||
void parseWaitList(InputMessage& msg);
|
||||
void parsePing(InputMessage&);
|
||||
void parseDeath(InputMessage&);
|
||||
void parseDeath(InputMessage& msg);
|
||||
void parseCanReportBugs(InputMessage& msg);
|
||||
void parseMapDescription(InputMessage& msg);
|
||||
void parseMoveNorth(InputMessage& msg);
|
||||
|
@@ -295,9 +295,9 @@ void ProtocolGame::parsePing(InputMessage&)
|
||||
sendPing();
|
||||
}
|
||||
|
||||
void ProtocolGame::parseDeath(InputMessage&)
|
||||
void ProtocolGame::parseDeath(InputMessage& msg)
|
||||
{
|
||||
|
||||
msg.getU8(); // 100 is a fair death. < 100 is a unfair death.
|
||||
}
|
||||
|
||||
void ProtocolGame::parseMapDescription(InputMessage& msg)
|
||||
|
Reference in New Issue
Block a user