Added Female Soul Hound classId.

This commit is contained in:
MobiusDev
2015-10-28 17:54:03 +00:00
parent 6125c321ad
commit 0da6edd876
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ public final class L2ClassMasterInstance extends L2MerchantInstance
}
else if (command.startsWith("change_class"))
{
int val = Integer.parseInt(command.substring(13));
final int val = Integer.parseInt(command.substring(13));
if (checkAndChangeClass(player, val))
{