diff options
author | Haru <haru@dotalux.com> | 2017-08-21 21:01:03 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2017-09-17 17:48:34 +0200 |
commit | 4ce566f3c25a7705cb634925f4ac2ddab573d951 (patch) | |
tree | 2d0ab3f27f95a37dfbcd7f0550e72cb358cf590b /db/re/item_db.conf | |
parent | 926cff033bb9533ae3d8615f8b90e2e443d0525b (diff) | |
download | hercules-4ce566f3c25a7705cb634925f4ac2ddab573d951.tar.gz hercules-4ce566f3c25a7705cb634925f4ac2ddab573d951.tar.bz2 hercules-4ce566f3c25a7705cb634925f4ac2ddab573d951.tar.xz hercules-4ce566f3c25a7705cb634925f4ac2ddab573d951.zip |
Replace 2 with "ITEMUPPER_UPPER" in the item_db Upper field
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e0830f876..56c0adf36 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -138987,7 +138987,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 100 Sell: 50 - Upper: 2 + Upper: "ITEMUPPER_UPPER" Loc: 1024 ViewSprite: 898 }, @@ -139464,7 +139464,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 1000 Sell: 500 - Upper: 2 + Upper: "ITEMUPPER_UPPER" Loc: 4096 ViewSprite: 194 }, |