From c1f916acdd60282af3838a204e9ec959e1beac12 Mon Sep 17 00:00:00 2001 From: panikon Date: Sat, 12 Apr 2014 02:48:02 -0300 Subject: Follow up to 6f6a6b3 Fixing small typo in that commit --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/clif.c b/src/map/clif.c index 15acfd117..ff8cc9653 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -11337,7 +11337,7 @@ void clif_parse_UseSkillToId(int fd, struct map_session_data *sd) if( pc_cant_act(sd) && skill_id != RK_REFRESH && !(skill_id == SR_GENTLETOUCH_CURE && (sd->sc.opt1 == OPT1_STONE || sd->sc.opt1 == OPT1_FREEZE || sd->sc.opt1 == OPT1_STUN)) - && ( sd->state.storage_flag && !tmp&INF_SELF_SKILL ) // SELF skills can be used with the storage open, issue: 8027 + && ( sd->state.storage_flag && !(tmp&INF_SELF_SKILL) ) // SELF skills can be used with the storage open, issue: 8027 ) return; -- cgit v1.2.3-60-g2f50