|
@@ -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);
|