Script references patch

Cleared issue in a few scripts which would be trying to access Java Math library methods with unexpected parameter types.
Fixed EllinPQ rewarder NPC handing out an unexpected itemid to the player.
Cleared SQL foreign key constraint statement no longer supposed to be used.
This commit is contained in:
ronancpl
2019-10-30 23:31:15 -03:00
parent 7d8d4691da
commit d9f87f18a1
31 changed files with 39 additions and 34 deletions

View File

@@ -1233,7 +1233,7 @@ public class MapleClient {
}
public void checkChar(int accid) { /// issue with multiple chars from same account login found by shavit, resinate
if (true) {
if (!YamlConfig.config.server.USE_CHARACTER_ACCOUNT_CHECK) {
return;
}