Fixed Gracia seed area spawn Z values.

Contributed by Edoo.
This commit is contained in:
MobiusDevelopment
2019-10-12 08:32:25 +00:00
parent 53454558b2
commit d5f221c09b
17 changed files with 49 additions and 937 deletions

View File

@@ -64,7 +64,7 @@ public class ExRequestClassChange implements IClientIncomingPacket
}
if (!canChange)
{
LOGGER.warning(player + " tried to change class from " + player.getClassId() + " to " + ClassId.getClassId(_classId) + ".");
LOGGER.warning(player + " tried to change class from " + player.getClassId() + " to " + ClassId.getClassId(_classId) + "!");
return;
}