From 4c83e7a2c27293b549b88e333550178fbbf04f2b Mon Sep 17 00:00:00 2001 From: skotlex Date: Mon, 20 Mar 2006 14:45:17 +0000 Subject: - Small fix to prevent killer/killable states from allowing you to target yourself. - Added Explosion Spirits to list of effects that dispel on logout. - Fixed handling of guild skills by pc_blockskill_start, renamed it to skill_blockpc_start as it needs some constants available only in skill.c - Fixed autoguard icon showing with stun. - Fixed splash area of Ganbantein - Fixed acid demonstration breaking shield instead of armor. - Fixed Slim Pitcher crashing server ocassionally. - Hopefully fixed Ankle Snare lasting the whole trap's duration - Added sc_start(SC_ENDURE) on infinite endure bonus. - Fixed Berserk Pitcher consuming required items twice. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5681 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index 452f57ed5..c8c022c55 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -156,7 +156,7 @@ void initChangeTables(void) { set_sc(AM_CP_ARMOR, SC_CP_ARMOR, SI_CP_ARMOR); set_sc(AM_CP_HELM, SC_CP_HELM, SI_CP_HELM); set_sc(CR_AUTOGUARD, SC_AUTOGUARD, SI_AUTOGUARD); - set_sc(CR_SHIELDCHARGE, SC_STUN, SI_AUTOGUARD); + set_sc(CR_SHIELDCHARGE, SC_STUN, SI_BLANK); set_sc(CR_REFLECTSHIELD, SC_REFLECTSHIELD, SI_REFLECTSHIELD); set_sc(CR_HOLYCROSS, SC_BLIND, SI_BLANK); set_sc(CR_GRANDCROSS, SC_BLIND, SI_BLANK); -- cgit v1.2.3-70-g09d2