summaryrefslogtreecommitdiff
path: root/hercules
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-11-21 12:49:13 +0300
committerAndrei Karas <akaras@inbox.ru>2014-11-21 12:49:13 +0300
commit14988c5b05b65d3351c10cdd0e2c5ab41b83c9e1 (patch)
treeb3a93bca7904e57f33c31772966f1d4a5665bef6 /hercules
parent79a1e1cce7db9c5e5e31ff944e16007638088edf (diff)
downloadtools-14988c5b05b65d3351c10cdd0e2c5ab41b83c9e1.tar.gz
tools-14988c5b05b65d3351c10cdd0e2c5ab41b83c9e1.tar.bz2
tools-14988c5b05b65d3351c10cdd0e2c5ab41b83c9e1.tar.xz
tools-14988c5b05b65d3351c10cdd0e2c5ab41b83c9e1.zip
hercules: set item id into View field in item_db.conf.
Diffstat (limited to 'hercules')
-rw-r--r--hercules/code/server/itemdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hercules/code/server/itemdb.py b/hercules/code/server/itemdb.py
index 1b8c125..3878aaa 100644
--- a/hercules/code/server/itemdb.py
+++ b/hercules/code/server/itemdb.py
@@ -57,7 +57,7 @@ def convertItemDb():
writeIntField(w, "WeaponLv", rows[15])
writeIntField(w, "EquipLv", rows[16])
writeIntField(w, "Refine", "false")
- writeIntField(w, "View", rows[17])
+ writeIntField(w, "View", rows[0])
writeIntField(w, "BindOnEquip", "false")
writeIntField(w, "BuyingStore", "false")
writeIntField(w, "Delay", "0")