making client 792 and fixing issues in item sprites from vanilla sabrehaven.

This commit is contained in:
ErikasKontenis
2022-07-04 20:27:11 +03:00
parent d77cdd0427
commit 7171727c92
9 changed files with 334 additions and 28 deletions

View File

@@ -304,7 +304,7 @@ enum item_t : uint16_t {
ITEM_DEPOT = 3502,
ITEM_LOCKER1 = 3497,
ITEM_MARKET = 12903,
ITEM_MARKET = 6555,
ITEM_MALE_CORPSE = 4240,
ITEM_FEMALE_CORPSE = 4247,

View File

@@ -184,7 +184,7 @@ void ProtocolLogin::onRecvFirstMessage(NetworkMessage& msg)
std::ostringstream ss;
ss << "Only clients with protocol " << getClientVersionString(g_game.getClientVersion()) << " allowed!";
disconnectClient(ss.str(), version);
return;
return;
}
std::string password = msg.getString();