Alternate Classmasters fix.
This commit is contained in:
parent
1835b6bffe
commit
193c12e1c6
@ -145,10 +145,11 @@ public final class L2ClassMasterInstance extends L2MerchantInstance
|
||||
return;
|
||||
}
|
||||
|
||||
if (!player.getFloodProtectors().getServerBypass().tryPerformAction("changeclass"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
// Removed - did not work with normal characres (only GMs)
|
||||
// if (!player.getFloodProtectors().getServerBypass().tryPerformAction("changeclass"))
|
||||
// {
|
||||
// return;
|
||||
// }
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user