summaryrefslogtreecommitdiff
path: root/hercules/code/server/tmw/consts.py
diff options
context:
space:
mode:
Diffstat (limited to 'hercules/code/server/tmw/consts.py')
-rw-r--r--hercules/code/server/tmw/consts.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/hercules/code/server/tmw/consts.py b/hercules/code/server/tmw/consts.py
index c1137a1..c3ca848 100644
--- a/hercules/code/server/tmw/consts.py
+++ b/hercules/code/server/tmw/consts.py
@@ -71,7 +71,8 @@ def convertConsts(quests, npcIds):
("MF_LEAVES", "mf_leaves"),
("MF_TOWN", "mf_town"),
("sc_poison", "SC_POISON"),
- ("sc_slowpoison", "SC_SLOWPOISON")
+ ("sc_slowpoison", "SC_SLOWPOISON"),
+ ("sc_adrenaline", "SC_ADRENALINE"),
]
with open(dstFile, "w") as w:
tpl = readFile("templates/constants.tpl")