diff options
author | Reid <reidyaro@gmail.com> | 2012-07-05 00:57:19 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-07-05 00:57:19 +0200 |
commit | d1bdbc4800ac5ba1b00e4d5fbe33fea2e836d9a3 (patch) | |
tree | cb9c04f5f74227953afa8cb739cb33c8e94922e5 | |
parent | 65d8f1189f14fc12b07575113a634f99185bd81a (diff) | |
download | serverdata-d1bdbc4800ac5ba1b00e4d5fbe33fea2e836d9a3.tar.gz serverdata-d1bdbc4800ac5ba1b00e4d5fbe33fea2e836d9a3.tar.bz2 serverdata-d1bdbc4800ac5ba1b00e4d5fbe33fea2e836d9a3.tar.xz serverdata-d1bdbc4800ac5ba1b00e4d5fbe33fea2e836d9a3.zip |
Change weight value on 514 item to fit the one of clientdata.
-rw-r--r-- | db/item_db.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/item_db.txt b/db/item_db.txt index a3bde571..30388dc7 100644 --- a/db/item_db.txt +++ b/db/item_db.txt @@ -13,7 +13,7 @@ // 511, PurpleBlobime, Purple Blobime, 0, 0, 60, 27, 2, , , , , , 2, , , 0, , 0, {callfunc "usePoisonedBlobime";},{} {} 512, HalfCroconut, Half Croconut, 0, 0, 50, 28, 14, , , , , , 2, , , 0, , 0, {itemheal 40, 0;}, {} {} 513, Croconut, Croconut, 0, 0, 80, 50, 30, , , , , , 2, , , 0, , 0, {doevent "Croconut::OnUse";}, {} {} -514, OldBook, Old Book, 0, 0, 400, 55, 20, , , , , , 2, , , 0, , 0, {doevent "OldBook::OnUse";}, {} {} +514, OldBook, Old Book, 0, 0, 400, 55, 15, , , , , , 2, , , 0, , 0, {doevent "OldBook::OnUse";}, {} {} 700, SmallTentacles, Small Tentacles, 0, 3, 50, 20, 5, , , , , , , , , , , 0, {}, {} {} 701, PiouFeathers, Piou Feathers, 0, 3, 60, 35, 1, , , , , , , , , , , 0, {}, {} {} 702, TortugaShellFragment, Tortuga Shell Fragment, 0, 3, 40, 15, 15, , , , , , , , , , , 0, {}, {} {} |