diff options
Diffstat (limited to 'db/pre-re/map_zone_db.conf')
-rw-r--r-- | db/pre-re/map_zone_db.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/db/pre-re/map_zone_db.conf b/db/pre-re/map_zone_db.conf index 22ddacdf..5660a547 100644 --- a/db/pre-re/map_zone_db.conf +++ b/db/pre-re/map_zone_db.conf @@ -94,6 +94,16 @@ zones: ( ) }, { + name: "outside" + + disabled_skills: { + WM_POEMOFNETHERWORLD: "PLAYER" + } + + disabled_items: { + } +} +{ /* CvC zone is applied to all maps with a cvc mapflag */ name: "CvC" /* changing this name requires MAP_ZONE_CVC_NAME to also be changed in src/map/map.h file */ |