mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
making client 792 and fixing issues in item sprites from vanilla sabrehaven.
This commit is contained in:
@@ -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,
|
||||
|
@@ -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();
|
||||
|
Reference in New Issue
Block a user