summaryrefslogtreecommitdiff
path: root/hercules/code/server/tmw/itemdb.py
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-27 02:13:45 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-27 02:13:45 +0300
commit01762542057919e0a4dbd2f1e2fbe44a091bbb9e (patch)
tree7a719a480947f70b568a7dcbae07a8bf059df2a7 /hercules/code/server/tmw/itemdb.py
parenta2cf331e385671dca580773eb66403b94f06d69a (diff)
downloadevol-tools-01762542057919e0a4dbd2f1e2fbe44a091bbb9e.tar.gz
evol-tools-01762542057919e0a4dbd2f1e2fbe44a091bbb9e.tar.bz2
evol-tools-01762542057919e0a4dbd2f1e2fbe44a091bbb9e.tar.xz
evol-tools-01762542057919e0a4dbd2f1e2fbe44a091bbb9e.zip
hercules: add some fixes into converter for support tmw-ufb.s20160630
Diffstat (limited to 'hercules/code/server/tmw/itemdb.py')
-rw-r--r--hercules/code/server/tmw/itemdb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/hercules/code/server/tmw/itemdb.py b/hercules/code/server/tmw/itemdb.py
index 851f36d..0729fc3 100644
--- a/hercules/code/server/tmw/itemdb.py
+++ b/hercules/code/server/tmw/itemdb.py
@@ -131,6 +131,7 @@ def replaceStr(line):
("LanternaJack", "LanternaJackItem"),
# fix at same time usage with same name function and variable
("\"DailyQuestPoints\"", "\"DailyQuestPointsFunc\""),
+ ("sc_adrenaline", "SC_ADRENALINE"),
];
for val in vals: