diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-02-14 15:49:47 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-02-14 15:49:47 -0300 |
commit | 16cf7d67834ab45de67a2dce2ec7406373547816 (patch) | |
tree | 776030194f37a96d4c4bb3592bca7cc690ccae9e /db | |
parent | 2567194d7a32ba02fbdad286e803d8b0fa0393ac (diff) | |
download | serverdata-16cf7d67834ab45de67a2dce2ec7406373547816.tar.gz serverdata-16cf7d67834ab45de67a2dce2ec7406373547816.tar.bz2 serverdata-16cf7d67834ab45de67a2dce2ec7406373547816.tar.xz serverdata-16cf7d67834ab45de67a2dce2ec7406373547816.zip |
Replace the hack of pet jump on drowned map with the server-code patch
Diffstat (limited to 'db')
-rw-r--r-- | db/re/map_zone_db.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 402a1cbb2..e74b6a29c 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -108,7 +108,7 @@ zones: ( } }, { - /* No Tricks Zone prevents penalty and NV_TRICKDEAD */ + /* No Tricks Zone prevents penalty and NV_TRICKDEAD (and pets) */ name: "No Tricks" disabled_skills: { @@ -120,6 +120,7 @@ zones: ( } mapflags: ( + "nopet", "nopenalty", "nosave 000-1,22,22", ) |