forked from MagicBane/Server
load and apply mobbaseSkill
This commit is contained in:
@@ -1686,7 +1686,7 @@ public class Mob extends AbstractIntelligenceAgent {
|
||||
}
|
||||
NPCManager.applyMobbaseEffects(this);
|
||||
NPCManager.applyEquipmentResists(this);
|
||||
NPCManager.applyMobbaseSkills(this);
|
||||
NPCManager.applyMobbaseSkill(this);
|
||||
this.recalculateStats();
|
||||
this.setHealth(this.healthMax);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user