diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:52:27 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:52:27 -0300 |
commit | 83b583ad7bf1a8bab9b71ea79582158c11e6ed97 (patch) | |
tree | 188519d69482acc08d1ebc55738e18169e55fed0 | |
parent | 86b11e121a7692eb83665f22e1cd8d4f581d44e9 (diff) | |
download | serverdata-83b583ad7bf1a8bab9b71ea79582158c11e6ed97.tar.gz serverdata-83b583ad7bf1a8bab9b71ea79582158c11e6ed97.tar.bz2 serverdata-83b583ad7bf1a8bab9b71ea79582158c11e6ed97.tar.xz serverdata-83b583ad7bf1a8bab9b71ea79582158c11e6ed97.zip |
All MMO areas will get rid of the player on logout.
Meaning, you can't use these areas as a permanent grinding area.
-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 4cb1183a8..f4fece380 100644 --- a/db/re/map_zone_db.conf +++ b/db/re/map_zone_db.conf @@ -97,6 +97,7 @@ zones: ( mapflags: ( "nopenalty", + "nosave 000-1,22,22", ) /* "command:min-group-lv-to-override" e.g. "heal: 70" */ |