diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-05-22 00:15:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-05-22 00:15:36 -0300 |
commit | aef55a7725b682e961f502e34115ec3cc1b61923 (patch) | |
tree | 775d8c82b990a28f7a617d7541a16fc8d44cf19c | |
parent | 2678595e7dc973050327b87b84af8f849457f8d6 (diff) | |
download | serverdata-aef55a7725b682e961f502e34115ec3cc1b61923.tar.gz serverdata-aef55a7725b682e961f502e34115ec3cc1b61923.tar.bz2 serverdata-aef55a7725b682e961f502e34115ec3cc1b61923.tar.xz serverdata-aef55a7725b682e961f502e34115ec3cc1b61923.zip |
Fix a "+" sign in the place of a "-" sign + other minor polishing
-rw-r--r-- | db/re/item_db.conf | 4 | ||||
-rw-r--r-- | maps/re/017-1.mcache | bin | 4270 -> 4274 bytes | |||
-rw-r--r-- | npc/017-1/fairy_collector.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index d8ffc9ab3..ab7e14812 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4272,8 +4272,8 @@ item_db: ( AegisName: "SilverBell" Name: "Silver Bell" Type: "IT_ETC" - Buy: 120 - Sell: 40 + Buy: 99999999 + Sell: 99999 Weight: 20 Refine: false }, diff --git a/maps/re/017-1.mcache b/maps/re/017-1.mcache Binary files differindex cf6f14788..6b8e150c6 100644 --- a/maps/re/017-1.mcache +++ b/maps/re/017-1.mcache diff --git a/npc/017-1/fairy_collector.txt b/npc/017-1/fairy_collector.txt index fad061ada..ea007803e 100644 --- a/npc/017-1/fairy_collector.txt +++ b/npc/017-1/fairy_collector.txt @@ -95,7 +95,7 @@ L_Main: rif(false && !(#COLLECTOR & COLLECT_PETS), l("Pets")), l("Trade stamps"); mes ""; - switch (@menu+1) { + switch (@menu-1) { ///////////////////////////////////////////////////////////////////////// // Chestplate (2x bells) case 1: |