diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-27 02:13:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-27 02:13:45 +0300 |
commit | 01762542057919e0a4dbd2f1e2fbe44a091bbb9e (patch) | |
tree | 7a719a480947f70b568a7dcbae07a8bf059df2a7 /hercules/code/server/tmw/consts.py | |
parent | a2cf331e385671dca580773eb66403b94f06d69a (diff) | |
download | tools-s20160630.tar.gz tools-s20160630.tar.bz2 tools-s20160630.tar.xz tools-s20160630.zip |
hercules: add some fixes into converter for support tmw-ufb.s20160630
Diffstat (limited to 'hercules/code/server/tmw/consts.py')
-rw-r--r-- | hercules/code/server/tmw/consts.py | 3 |
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") |