diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-09 22:24:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-09 22:24:30 -0300 |
commit | 84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155 (patch) | |
tree | 1af671ad772d433b3ff8da545176b4d4f4cb2365 | |
parent | d856d8e32b7d57ec6e50bd54a54cbed1d8c50b2d (diff) | |
download | serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.tar.gz serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.tar.bz2 serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.tar.xz serverdata-84ffc419dc71bc333cb6b0a87e4ddd0bee5ea155.zip |
Minor tweaks
-rw-r--r-- | db/re/item_db.conf | 3 | ||||
-rw-r--r-- | npc/commands/motd.txt | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 996c21f6e..0b4a2a0e3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -8425,14 +8425,13 @@ item_db: ( Name: "Right Eye Patch" Type: "IT_ARMOR" Buy: 32000 - Sell: 4000 + Sell: 3500 Weight: 22 Def: 3 Loc: "EQP_HEAD_TOP" EquipLv: 16 Refine: false ViewSprite: 2946 - BuyingStore: true }, // IDs 2947~2982 moved to art/ repo { diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index 34af15106..4177358f9 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -205,7 +205,7 @@ OnPCLoginEvent: // Your prize is based on season switch (season()) { case AUTUMN: - .@prize=ChocolateDye; break; // Maybe a LightGreenDiamond? Well, even an ElixirOfLife is better! + .@prize=ElixirOfLife; break; case WINTER: .@prize=SilverGift; break; case SPRING: |