From fc6f1554f770414900956c6f6ca45ce39a7fa903 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sat, 5 Apr 2008 22:59:13 +0000 Subject: Union now consumes sp when not soul linked. (bugreport:1155) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12499 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 424286e94..2b2ebc8a4 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -7915,7 +7915,8 @@ int skill_check_condition(struct map_session_data* sd, short skill, short lv, in if (sc && sc->data[SC_SPIRIT] && sc->data[SC_SPIRIT]->val2 == SL_STAR) break; //Auron insists we should implement SP consumption when you are not Soul Linked. [Skotlex] - if(sp>0 && type&1) + //Only invoke on skill begin cast (instant cast skill). [Kevin] + if(sp>0 && !type) { if (status->sp < (unsigned int)sp) clif_skill_fail(sd,skill,1,0); -- cgit v1.2.3-70-g09d2