From c06b6f595d99b11e28e044377edf76ceb19f535c Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> Date: Tue, 1 Feb 2005 14:51:58 +0000 Subject: Fixed a typo in Pressure causing it to deduct sp from the caster, and remove its sp_rate requirement git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1019 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/map/skill.c b/src/map/skill.c index b57b2d2aa..ed6cf3436 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -2303,7 +2303,7 @@ int skill_castend_damage_id( struct block_list* src, struct block_list *bl,int s sp = tsd->status.max_sp * 10 * skilllv / 100; if (sp > tsd->status.sp) sp = tsd->status.sp; tsd->status.sp -= sp; - pc_heal(sd,0,-sp); + pc_heal(tsd,0,-sp); } break; case NPC_DARKBREATH: -- cgit v1.2.3-70-g09d2