diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-12 02:45:31 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-12 02:45:31 -0300 |
commit | fb9c405e003a978f9cc5191e08eb6eba55e12359 (patch) | |
tree | a861115006521a2de3d4648275100dc6d8ab2f5f /db | |
parent | c920d8f84b211633826cb1a2770eabda9bed0934 (diff) | |
download | serverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.tar.gz serverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.tar.bz2 serverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.tar.xz serverdata-fb9c405e003a978f9cc5191e08eb6eba55e12359.zip |
Item ID Violation detected, blame @Saulc
Destroy the existing items, this violation could cause SEVERE SCRIPT DAMAGE.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6a2eba915..7b1bf0418 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9642,8 +9642,8 @@ item_db: ( }, { Id: 5033 - AegisName: "PolishedAmethyst" - Name: "Polished Amethyst" + AegisName: "PolishedEmerald" + Name: "Polished Emerald" Type: "IT_CARD" Buy: 12 Sell: 1 @@ -9681,8 +9681,8 @@ item_db: ( }, { Id: 5036 - AegisName: "PolishedEmerald" - Name: "Polished Emerald" + AegisName: "PolishedAmethyst" + Name: "Polished Amethyst" Type: "IT_CARD" Buy: 12 Sell: 1 |