Skip to content

Commit 105b7fd

Browse files
author
LocalIdentity
committed
Fix
1 parent 890b6f1 commit 105b7fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Classes/Item.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ function ItemClass:ParseRaw(raw, rarity, highQuality)
300300
self.rarity = rarity or "UNIQUE"
301301
self.charmLimit = nil
302302
self.spiritValue = nil
303+
self.runicItem = nil
303304
self.quality = nil
304305
self.rawLines = { }
305306
-- Find non-blank lines and trim whitespace

0 commit comments

Comments
 (0)