diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-04 19:25:56 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2014-04-04 19:25:56 -0700 |
commit | bb51f663166e24773960887f3f7eeae90b5f7c1b (patch) | |
tree | 11d8a4c79c10e141d46c5ede619f44e8b6ed5a98 /world/map/db/const-mapflags.txt | |
parent | 6a85a72e083bc65d4a45f53aa6c6437ff6b11f7f (diff) | |
download | serverdata-bb51f663166e24773960887f3f7eeae90b5f7c1b.tar.gz serverdata-bb51f663166e24773960887f3f7eeae90b5f7c1b.tar.bz2 serverdata-bb51f663166e24773960887f3f7eeae90b5f7c1b.tar.xz serverdata-bb51f663166e24773960887f3f7eeae90b5f7c1b.zip |
Towns really don't need the "no drop" flag
Diffstat (limited to 'world/map/db/const-mapflags.txt')
-rw-r--r-- | world/map/db/const-mapflags.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/db/const-mapflags.txt b/world/map/db/const-mapflags.txt index 0a0b892d..94b1710a 100644 --- a/world/map/db/const-mapflags.txt +++ b/world/map/db/const-mapflags.txt @@ -31,5 +31,5 @@ MF_RAIN 20 MF_NO_PLAYER_DROPS 27 MF_TOWN 28 MF_OUTSIDE 29 -//MF_UNUSED1 30 -//MF_UNUSED2 31 +MF_RESAVE 30 +//MF_UNUSED3 31 |