diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-31 23:17:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-31 23:17:23 -0300 |
commit | 9222961a0b3b38aee2f01a1d53c8a08e174488e2 (patch) | |
tree | a012584663c17e60ca19822a32192e89b4b8de1a | |
parent | b8c96fdcb89774464156882b0d24c17cd2b8a364 (diff) | |
download | serverdata-9222961a0b3b38aee2f01a1d53c8a08e174488e2.tar.gz serverdata-9222961a0b3b38aee2f01a1d53c8a08e174488e2.tar.bz2 serverdata-9222961a0b3b38aee2f01a1d53c8a08e174488e2.tar.xz serverdata-9222961a0b3b38aee2f01a1d53c8a08e174488e2.zip |
Block all GMs and ADMINs from warping to MMO-Protected zones.ts_event
Note that @w command is UNAFFECTED by that. (@goto and @hugo might be affected)
(Please report bugs)
-rw-r--r-- | db/re/map_zone_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/map_zone_db.conf b/db/re/map_zone_db.conf index 191b3610a..871e8b228 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -157,6 +157,7 @@ zones: ( mapflags: ( "nopenalty", + "nowarpto", "nosave 000-1,22,22", ) |