v3.1.0: fixed smith rewards not properly being set to null on load

This commit is contained in:
Evan Debenham
2025-05-31 17:28:22 -04:00
committed by Evan Debenham
parent 20e872f911
commit 44cbfedd37

View File

@@ -342,6 +342,8 @@ public class Blacksmith extends NPC {
smithEnchant = (Weapon.Enchantment) node.get(ENCHANT); smithEnchant = (Weapon.Enchantment) node.get(ENCHANT);
smithGlyph = (Armor.Glyph) node.get(GLYPH); smithGlyph = (Armor.Glyph) node.get(GLYPH);
} }
} else {
smithRewards = null;
} }
} else { } else {