Support sealing mob skill

This commit is contained in:
P0nk
2022-08-29 19:40:24 +02:00
parent 4baf06e4f9
commit 84890ac308
4 changed files with 37 additions and 1 deletions

View File

@@ -243,6 +243,9 @@ public class MobSkill {
case 156:
stats.put(MonsterStatus.SPEED, x);
break;
case 157:
stats.put(MonsterStatus.SEAL_SKILL, x);
break;
case 200: // summon
int skillLimit = this.getLimit();
MapleMap map = monster.getMap();