From dd9f935197123a63faa902fcfdf166a99f7080b7 Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 28 Aug 2006 20:44:44 +0000 Subject: - Restructured CG_MOONLIT so that it is a ground effect like the other Encores. - Modified SC_DANCING so that val1 can contain both skill id and skill lv, removed SC_MOONLIT git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8526 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/map/map.h') diff --git a/src/map/map.h b/src/map/map.h index 59c77594e..1680efb7c 100644 --- a/src/map/map.h +++ b/src/map/map.h @@ -1215,7 +1215,6 @@ enum { #define CELL_SAFETYWALL 0x8 #define CELL_LANDPROTECTOR 0x10 #define CELL_BASILICA 0x20 -#define CELL_MOONLIT 0x40 #define CELL_ICEWALL 0x80 /* * map_getcell()で使用されるフラグ @@ -1236,7 +1235,6 @@ typedef enum { CELL_CHKSAFETYWALL, CELL_CHKBASILICA, // バジリカ(セルタイプ0x40フラグ) CELL_CHKLANDPROTECTOR, - CELL_CHKMOONLIT, CELL_CHKICEWALL, CELL_CHKSTACK, } cell_t; @@ -1253,8 +1251,6 @@ enum { CELL_CLRPNEUMA, CELL_SETSAFETYWALL, CELL_CLRSAFETYWALL, - CELL_SETMOONLIT, - CELL_CLRMOONLIT, CELL_SETICEWALL, CELL_CLRICEWALL, }; -- cgit v1.2.3-70-g09d2