From 5c1379a5b5252b3e3d92b78f3e051d1a38d41c09 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 28 Feb 2008 06:08:31 +0000 Subject: 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 --- db/Changelog.txt | 2 ++ db/const.txt | 6 ++---- src/map/map.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/db/Changelog.txt b/db/Changelog.txt index 0f726eee7..c8da5f331 100644 --- a/db/Changelog.txt +++ b/db/Changelog.txt @@ -37,6 +37,8 @@ 2376 General's_Plate_Mail Increases heal recovery effectiveness on you by 10% ======================= +2008/02/28 + * Adjusted const.txt's cell type numbers according to recent updates 2008/02/27 * Added barehanded weapons to Full Adrenaline Rush's list [ultramage] 2008/02/07 diff --git a/db/const.txt b/db/const.txt index 657708c94..986a6d6f2 100644 --- a/db/const.txt +++ b/db/const.txt @@ -230,10 +230,8 @@ cell_water 2 cell_npc 3 cell_basilica 4 cell_landprotector 5 -cell_icewall 6 -cell_novending 7 -cell_nodamage 8 -cell_nochat 9 +cell_novending 6 +cell_nochat 7 StatusPoint 9 1 BaseLevel 11 1 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; -- cgit v1.2.3-70-g09d2