diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2018-04-02 01:29:02 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2018-04-08 01:19:30 +0800 |
commit | 558f279801089fb374120ae932143f36d123af25 (patch) | |
tree | 8ba24c8ae5fa9bcc00b2563528ba7874517ee8b7 /src/map/pc.c | |
parent | 52bf3551c7ff91668930d43135f29746421316a9 (diff) | |
download | hercules-558f279801089fb374120ae932143f36d123af25.tar.gz hercules-558f279801089fb374120ae932143f36d123af25.tar.bz2 hercules-558f279801089fb374120ae932143f36d123af25.tar.xz hercules-558f279801089fb374120ae932143f36d123af25.zip |
Added new items for item checks
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 |