Skip to content

Commit

Permalink
Fix WarMap Teleport (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
NetDwarf authored Nov 25, 2021
1 parent 88245ec commit ad0e595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameServer/packets/Client/168/warmapshowrequesthandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void HandlePacket(GameClient client, GSPacketIn packet)
return;

//hack fix new keep ids
else if ((int)client.Version >= (int)GameClient.eClientVersion.Version190 && (int)client.Version < (int)GameClient.eClientVersion.Version1115)
else if ((int)client.Version >= (int)GameClient.eClientVersion.Version190)
{
if (keepId >= 82)
keepId -= 7;
Expand Down

0 comments on commit ad0e595

Please sign in to comment.