summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 01:54:20 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-28 01:54:20 +0000
commit9034cd911468425c69422ef33906e2ddc26a737d (patch)
treeeb52799414c7d6cccd1d7d043710f54f3229f929 /src/map/status.c
parentef2acfbe970d44b2d07b898f80ebb2119dd038c4 (diff)
downloadhercules-9034cd911468425c69422ef33906e2ddc26a737d.tar.gz
hercules-9034cd911468425c69422ef33906e2ddc26a737d.tar.bz2
hercules-9034cd911468425c69422ef33906e2ddc26a737d.tar.xz
hercules-9034cd911468425c69422ef33906e2ddc26a737d.zip
- Added missing SC information to NPC_CHANGEUNDEAD
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7931 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 971bc3f88..06e652950 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -272,6 +272,7 @@ void initChangeTables(void) {
add_sc(NPC_STOP, SC_STOP);
set_sc(NPC_BREAKWEAPON, SC_BROKENWEAPON, SI_BROKENWEAPON, SCB_NONE);
set_sc(NPC_BREAKARMOR, SC_BROKENARMOR, SI_BROKENARMOR, SCB_NONE);
+ add_sc(NPC_CHANGEUNDEAD, SC_ELEMENTALCHANGE);
set_sc(NPC_POWERUP, SC_INCDEXRATE, SI_BLANK, SCB_DEX);
set_sc(NPC_AGIUP, SC_INCAGIRATE, SI_BLANK, SCB_AGI);
add_sc(NPC_INVISIBLE, SC_CLOAKING);