From 558f279801089fb374120ae932143f36d123af25 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Mon, 2 Apr 2018 01:29:02 +0800 Subject: Added new items for item checks --- src/map/pc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/pc.c') diff --git a/src/map/pc.c b/src/map/pc.c index f6f8f58be..7d2deaa01 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4949,6 +4949,8 @@ int pc_isUseitem(struct map_session_data *sd,int n) } FALLTHROUGH case ITEMID_WING_OF_FLY: + case ITEMID_N_FLY_WING: + case ITEMID_C_WING_OF_FLY: if (map->list[sd->bl.m].flag.noteleport || map_flag_gvg2(sd->bl.m)) { #if PACKETVER >= 20080311 clif->skill_mapinfomessage(sd, 0); @@ -4959,6 +4961,7 @@ int pc_isUseitem(struct map_session_data *sd,int n) } /* Fall through */ case ITEMID_WING_OF_BUTTERFLY: + case ITEMID_N_BUTTERFLY_WING: case ITEMID_DUN_TELE_SCROLL1: case ITEMID_DUN_TELE_SCROLL2: case ITEMID_WOB_RUNE: // Yellow Butterfly Wing -- cgit v1.2.3-70-g09d2