diff options
author | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-18 17:29:04 +0800 |
---|---|---|
committer | Jedzkie <jedzkie13@rocketmail.com> | 2017-04-21 01:15:17 +0800 |
commit | bf21ba7f5924ba0e4a8cba2d21220ef481c90419 (patch) | |
tree | 1e256d55a00eab39a735181f5ab5c94b78f3fc35 /src/map/pc.c | |
parent | 6f59f290d03774c697b0d3b6520d642b58141fe9 (diff) | |
download | hercules-bf21ba7f5924ba0e4a8cba2d21220ef481c90419.tar.gz hercules-bf21ba7f5924ba0e4a8cba2d21220ef481c90419.tar.bz2 hercules-bf21ba7f5924ba0e4a8cba2d21220ef481c90419.tar.xz hercules-bf21ba7f5924ba0e4a8cba2d21220ef481c90419.zip |
Update GX Poison items
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index 4b1a586a8..991018012 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -4917,12 +4917,6 @@ int pc_isUseitem(struct map_session_data *sd,int n) if( nameid >= ITEMID_BOW_MERCENARY_SCROLL1 && nameid <= ITEMID_SPEARMERCENARY_SCROLL10 && sd->md != NULL ) // Mercenary Scrolls return 0; - /** - * Only GCross may use poisons - **/ - else if (itemdb_is_poison(nameid) && (sd->job & MAPID_THIRDMASK) != MAPID_GUILLOTINE_CROSS) - return 0; - if( item->package || item->group ) { if (pc_is90overweight(sd)) { clif->msgtable(sd, MSG_ITEM_CANT_OBTAIN_WEIGHT); |