summaryrefslogtreecommitdiff
path: root/src/map/skill.c
diff options
context:
space:
mode:
authortoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-22 20:26:50 +0000
committertoms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-08-22 20:26:50 +0000
commit6afc32ebbda2dd1edd6085662baaf61c96af6455 (patch)
tree0c7a8acab0de2be560a6c90d99bcd642cf8b8106 /src/map/skill.c
parent7e76563c42771e111ccef19eb7ca95e8f4a979e8 (diff)
downloadhercules-6afc32ebbda2dd1edd6085662baaf61c96af6455.tar.gz
hercules-6afc32ebbda2dd1edd6085662baaf61c96af6455.tar.bz2
hercules-6afc32ebbda2dd1edd6085662baaf61c96af6455.tar.xz
hercules-6afc32ebbda2dd1edd6085662baaf61c96af6455.zip
Fixed gcc warning
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8443 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/skill.c')
-rw-r--r--src/map/skill.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c
index 96fa3451e..2441a9e29 100644
--- a/src/map/skill.c
+++ b/src/map/skill.c
@@ -5475,10 +5475,12 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
case AM_REST:
if (sd)
+ {
if (merc_hom_vaporize(sd,1))
clif_skill_nodamage(src, bl, skillid, skilllv, 1);
else
clif_skill_fail(sd,skillid,0,0);
+ }
break;
case HAMI_CASTLE: //[orn]