diff options
author | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-01 21:35:44 +0000 |
---|---|---|
committer | skotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-01 21:35:44 +0000 |
commit | fb5093127c9fcedff387b41578b38f401de6503a (patch) | |
tree | 7182691f4d09319e8ec5d4a67d491e7cbf877ae9 /src/map/status.c | |
parent | ee1d75fdda4f4cd4c9c175f63437eeb693774334 (diff) | |
download | hercules-fb5093127c9fcedff387b41578b38f401de6503a.tar.gz hercules-fb5093127c9fcedff387b41578b38f401de6503a.tar.bz2 hercules-fb5093127c9fcedff387b41578b38f401de6503a.tar.xz hercules-fb5093127c9fcedff387b41578b38f401de6503a.zip |
- 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
Diffstat (limited to 'src/map/status.c')
-rw-r--r-- | src/map/status.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |