diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/map_zone_db.conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 384384fec..7a8331216 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -87,6 +87,9 @@ zones: ( disabled_items: { Greed_Scroll: true } + + /* cashshop disabled in pvp maps */ + mapflags: ( "nocashshop" ) }, { /* PK Mode zone is only used when server is on pk_mode (battle.conf), @@ -157,7 +160,9 @@ zones: ( "magic_damage_rate 60", "misc_damage_rate 60", "long_damage_rate 80", - "short_damage_rate 80" ) + "short_damage_rate 80", + "nocashshop" + ) }, { |