diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-01 03:08:13 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-06-01 03:08:13 +0000 |
commit | 8d174c40422d85f5f8a05f653b83004f535d707d (patch) | |
tree | a219f75c3c87da4086c069c213994a9538b283ea /db/const.txt | |
parent | 53ffc4fa41007431dc8e5cfd07860ed4b2b5fe43 (diff) | |
download | hercules-8d174c40422d85f5f8a05f653b83004f535d707d.tar.gz hercules-8d174c40422d85f5f8a05f653b83004f535d707d.tar.bz2 hercules-8d174c40422d85f5f8a05f653b83004f535d707d.tar.xz hercules-8d174c40422d85f5f8a05f653b83004f535d707d.zip |
Added support for using 'town', 'autotrade', 'allowks', 'monster_noteleport', 'pvp_nocalcrank' and 'battleground' mapflags in scripts (bugreport:4226).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14322 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'db/const.txt')
-rw-r--r-- | db/const.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/const.txt b/db/const.txt index d4cd4fbfd..21735b3c1 100644 --- a/db/const.txt +++ b/db/const.txt @@ -224,6 +224,12 @@ mf_loadevent 42 mf_nochat 43 mf_noexppenalty 44 mf_guildlock 45 +mf_town 46 +mf_autotrade 47 +mf_allowks 48 +mf_monster_noteleport 49 +mf_pvpnocalcrank 50 +mf_battleground 51 cell_walkable 0 cell_shootable 1 |