NPC all apply "shopkeeper" rune
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user