summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-08 13:30:43 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-01-08 13:30:43 +0000
commit5d658f9d7b68c96839baf7932dc8a3cb30adef5f (patch)
treeb84a2d99b5045775b57908b25bd7dccd2056c9b5 /src/map/skill.c
parente134818e33b34c84eba8770087a330f99607c4b6 (diff)
downloadhercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.tar.gz
hercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.tar.bz2
hercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.tar.xz
hercules-5d658f9d7b68c96839baf7932dc8a3cb30adef5f.zip
- Made the pc reg variables receive a const char* as the argument, since they duplicate the value anyway (and they were receiving const char* values from the setd function)
- Fixed Wand of Hermod not starting the SC_HERMOD status change (which blocks spells) - Fixed a missing break in the cast cancel code. - Fixed additional def/mdef from vit/int bonuses being lost when a status change that affects def/mdef triggers (for homunculus) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12033 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 2360067be..b5f28ba27 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -6545,7 +6545,6 @@ int skill_unit_onplace (struct skill_unit *src, struct block_list *bl, unsigned
case UNT_HERMODE:
if (sg->src_id!=bl->id && battle_check_target(&src->bl,bl,BCT_PARTY|BCT_GUILD) > 0)
status_change_clear_buffs(bl,1); //Should dispell only allies.
- break;
case UNT_RICHMANKIM:
case UNT_ETERNALCHAOS:
case UNT_DRUMBATTLEFIELD: