From 214090aaadd7e00e73fca1252e1cc2e212061bef Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 29 Jun 2018 09:35:19 -0300 Subject: Fix bug --- wiki/wikigen.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wiki') diff --git a/wiki/wikigen.py b/wiki/wikigen.py index 7c4ece2..3213b75 100755 --- a/wiki/wikigen.py +++ b/wiki/wikigen.py @@ -358,6 +358,8 @@ def ItAlloc(it): IT_ARMOR['1024'].append(it) elif '2048' in it.loc: IT_ARMOR['2048'].append(it) + elif 'EQP_SHADOW_ACC_R' in it.loc: + IT_ARMOR['EQP_ACC_R'].append(it) # Not really else: raise Exception("Invalid Loc for ID %s: %s" % (it.id, it.loc)) -- cgit v1.2.3-70-g09d2