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:
parent
ebdc7c103e
commit
35dff8d725
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user