v3.0.0: fixed not-cancelling WndGlyph re-showing a WndEnchant sometimes
This commit is contained in:
@@ -172,6 +172,8 @@ public class ScrollOfEnchantment extends ExoticScroll {
|
||||
enchantments[0] = ench1;
|
||||
enchantments[1] = ench2;
|
||||
enchantments[2] = ench3;
|
||||
|
||||
WndGlyphSelect.arm = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -232,6 +234,8 @@ public class ScrollOfEnchantment extends ExoticScroll {
|
||||
glyphs[0] = glyph1;
|
||||
glyphs[1] = glyph2;
|
||||
glyphs[2] = glyph3;
|
||||
|
||||
WndEnchantSelect.wep = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user