summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-16 18:04:49 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-08-16 18:04:49 +0000
commit8459713dcadc8ec7e2a1f68f6f6ca24cf5f0d3f3 (patch)
tree3eb6a5da275880ba5be6f28ff554e6b4d73a2d19 /src/map/status.c
parent41274a5a5ee9403f5afa01d278e271843d8889ef (diff)
downloadhercules-8459713dcadc8ec7e2a1f68f6f6ca24cf5f0d3f3.tar.gz
hercules-8459713dcadc8ec7e2a1f68f6f6ca24cf5f0d3f3.tar.bz2
hercules-8459713dcadc8ec7e2a1f68f6f6ca24cf5f0d3f3.tar.xz
hercules-8459713dcadc8ec7e2a1f68f6f6ca24cf5f0d3f3.zip
Added icons for NPC_CRITICALWOUND and NPC_SLOWCAST
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11025 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 717aaa993..7059bb903 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -382,8 +382,8 @@ void initChangeTables(void)
add_sc(NPC_WIDESIGHT, SC_SIGHT);
add_sc(NPC_EVILLAND, SC_BLIND);
add_sc(NPC_MAGICMIRROR, SC_MAGICMIRROR);
- add_sc(NPC_SLOWCAST, SC_SLOWCAST);
- add_sc(NPC_CRITICALWOUND, SC_CRITICALWOUND);
+ set_sc(NPC_SLOWCAST, SC_SLOWCAST, SI_SLOWCAST, SCB_NONE);
+ set_sc(NPC_CRITICALWOUND, SC_CRITICALWOUND, SI_CRITICALWOUND, SCB_NONE);
set_sc(NPC_STONESKIN, SC_ARMORCHANGE, SI_BLANK, SCB_DEF|SCB_MDEF|SCB_DEF2|SCB_MDEF2);
add_sc(NPC_ANTIMAGIC, SC_ARMORCHANGE);
add_sc(NPC_WIDECURSE, SC_CURSE);