diff options
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", ) |