diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-28 06:08:31 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-02-28 06:08:31 +0000 |
commit | 5c1379a5b5252b3e3d92b78f3e051d1a38d41c09 (patch) | |
tree | 1aedded03b196ef671cefe948791059d9a152610 /src/map/map.h | |
parent | 8dfc96876e8dec1baea3c0f6403443e6b2864059 (diff) | |
download | hercules-5c1379a5b5252b3e3d92b78f3e051d1a38d41c09.tar.gz hercules-5c1379a5b5252b3e3d92b78f3e051d1a38d41c09.tar.bz2 hercules-5c1379a5b5252b3e3d92b78f3e051d1a38d41c09.tar.xz hercules-5c1379a5b5252b3e3d92b78f3e051d1a38d41c09.zip |
Adjusted const.txt's cell type numbers to match changes in r12247
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12260 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/map.h')
-rw-r--r-- | src/map/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.h b/src/map/map.h index d0716ba8e..1d286191d 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1140,8 +1140,8 @@ struct mapcell // dynamic flags unsigned char npc : 1, - landprotector : 1, basilica : 1, + landprotector : 1, novending : 1, nochat : 1; |