summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rwxr-xr-xwiki/webwikigen.py2
1 files changed, 2 insertions, 0 deletions
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))