diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2016-03-01 10:40:44 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2016-03-01 10:40:44 +0800 |
commit | 4127aad6ecbc659d31ab4d4efc18ed7a0aa7acbb (patch) | |
tree | ec47af4be2a249ffa66bbf367c3d896d7aa15217 | |
parent | 4138828c48555c4d9f5ea1ff2babc5b128b0abaf (diff) | |
download | hercules-4127aad6ecbc659d31ab4d4efc18ed7a0aa7acbb.tar.gz hercules-4127aad6ecbc659d31ab4d4efc18ed7a0aa7acbb.tar.bz2 hercules-4127aad6ecbc659d31ab4d4efc18ed7a0aa7acbb.tar.xz hercules-4127aad6ecbc659d31ab4d4efc18ed7a0aa7acbb.zip |
Fix item names of itemID 14108 and 14109. Thanks to Kyeme.
-rw-r--r-- | db/pre-re/item_db.conf | 4 | ||||
-rw-r--r-- | db/re/item_db.conf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index 76257058e..d96b346e7 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -89509,7 +89509,7 @@ item_db: ( { Id: 14108 AegisName: "F_M_Life_Potion_Box30" - Name: "Large Life Potion 30 Box" + Name: "Medium Life Potion 30 Box" Type: 18 Buy: 20 Weight: 10 @@ -89527,7 +89527,7 @@ item_db: ( { Id: 14109 AegisName: "F_M_Life_Potion_Box50" - Name: "Large Life Potion 50 Box" + Name: "Medium Life Potion 50 Box" Type: 18 Buy: 20 Weight: 10 diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 5d6a05d59..efd73e534 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -115788,7 +115788,7 @@ item_db: ( { Id: 14108 AegisName: "F_M_Life_Potion_Box30" - Name: "Large Life Potion Box(30)" + Name: "Medium Life Potion Box(30)" Type: 18 Buy: 20 Weight: 10 @@ -115806,7 +115806,7 @@ item_db: ( { Id: 14109 AegisName: "F_M_Life_Potion_Box50" - Name: "Large Life Potion Box(50)" + Name: "Medium Life Potion Box(50)" Type: 18 Buy: 20 Weight: 10 |