v3.1.0: fixed smith rewards not properly being set to null on load
This commit is contained in:
committed by
Evan Debenham
parent
20e872f911
commit
44cbfedd37
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user