Fixed bugreport:6341. Update Soul Change to his RE behavior.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@16519 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
ignizh 2012-07-28 03:55:00 +00:00
parent ebdc7c103e
commit 35dff8d725

View File

@ -6801,6 +6801,10 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in
}
sp1 = sstatus->sp;
sp2 = tstatus->sp;
#ifdef RENEWAL
sp1 = sp1 / 2;
sp2 = sp2 / 2;
#endif
status_set_sp(src, sp2, 3);
status_set_sp(bl, sp1, 3);
clif_skill_nodamage(src,bl,skillid,skilllv,1);