NPC all apply "shopkeeper" rune

This commit is contained in:
2023-09-13 21:56:18 -05:00
parent c1498145e6
commit 048e90fb8f
2 changed files with 10 additions and 7 deletions
+1 -3
View File
@@ -973,9 +973,7 @@ public class NPC extends AbstractCharacter {
npcBounds.setBounds(this.getLoc());
//apply NPC rune effects
if(NPCManager._runeSetMap.containsKey(this.runeSetID)){
NPCManager.applyRunesForNPC(this);
}
NPCManager.applyRunesForNPC(this);
} catch (Exception e) {
Logger.error(e.getMessage());