From c154f40814b1eec35f83d81b415f4e647e37315d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 30 Jun 2018 11:44:33 -0300 Subject: fix bug --- wiki/webwikigen.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wiki') diff --git a/wiki/webwikigen.py b/wiki/webwikigen.py index 65f9437..51a8d7a 100755 --- a/wiki/webwikigen.py +++ b/wiki/webwikigen.py @@ -477,6 +477,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) else: raise Exception("Invalid Loc for ID %s: %s" % (it.id, it.loc)) -- cgit v1.2.3-70-g09d2