From fb5093127c9fcedff387b41578b38f401de6503a Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 1 Jun 2006 21:35:44 +0000 Subject: - NPC_TRANSFORMATION/NPC_METAMORPHOSIS will now preserve the original mob without removing it when the skill level is greater than one. - Added SC_DANCING declaration in the Status Change tables to signal it modifies Walk speed. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6918 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 4bb09130d..89b1f0592 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -235,6 +235,7 @@ void initChangeTables(void) { add_sc(SA_LANDPROTECTOR, SC_LANDPROTECTOR); add_sc(SA_REVERSEORCISH, SC_ORCISH); add_sc(SA_COMA, SC_COMA); + set_sc(BD_ENCORE, SC_DANCING, SI_BLANK, SCB_SPEED); add_sc(BD_RICHMANKIM, SC_RICHMANKIM); set_sc(BD_ETERNALCHAOS, SC_ETERNALCHAOS, SI_BLANK, SCB_DEF2); set_sc(BD_DRUMBATTLEFIELD, SC_DRUMBATTLE, SI_BLANK, SCB_WATK|SCB_DEF); -- cgit v1.2.3-70-g09d2