From b9c79ceb5bfc86809da1d3b6154da4222cb72734 Mon Sep 17 00:00:00 2001 From: malufett Date: Wed, 27 Feb 2013 03:07:16 +0800 Subject: Fixed Bug #7014 and Bug #7077 -where Chorus/Ensemble skill checks are not working properly. -NJ_SUITON should now work properly with Kagerou/Oboro. Signed-off-by: malufett --- src/map/status.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index cf2c096c9..01f3fda1e 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -7344,7 +7344,7 @@ int status_change_start(struct block_list* bl,enum sc_type type,int rate,int val #endif break; case SC_SUITON: - if (!val2 || (sd && (sd->class_&MAPID_UPPERMASK) == MAPID_NINJA)) { + if (!val2 || (sd && (sd->class_&MAPID_BASEMASK) == MAPID_NINJA)) { //No penalties. val2 = 0; //Agi penalty val3 = 0; //Walk speed penalty -- cgit v1.2.3-70-g09d2