v0.9.1c: fixed glyph not being lost from warrior's seal when it should
This commit is contained in:
parent
bb263d8511
commit
9cf5e4d8a7
|
@ -558,7 +558,7 @@ public class Armor extends EquipableItem {
|
|||
updateQuickslot();
|
||||
//the hero needs runic transference to actually transfer, but we still attach the glyph here
|
||||
// in case they take that talent in the future
|
||||
if (glyph != null && seal != null){
|
||||
if (seal != null){
|
||||
seal.setGlyph(glyph);
|
||||
}
|
||||
return this;
|
||||
|
|
Loading…
Reference in New Issue
Block a user