summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorJedzkie <jedzkie13@rocketmail.com>2017-04-18 17:13:26 +0800
committerJedzkie <jedzkie13@rocketmail.com>2017-04-21 01:15:16 +0800
commit6f59f290d03774c697b0d3b6520d642b58141fe9 (patch)
tree8726c8fe3ac50caf0c03ef7e469cedff71333733 /src/map/pc.c
parent018f3c4278351017b5eb727c0007d69303a53bf5 (diff)
downloadhercules-6f59f290d03774c697b0d3b6520d642b58141fe9.tar.gz
hercules-6f59f290d03774c697b0d3b6520d642b58141fe9.tar.bz2
hercules-6f59f290d03774c697b0d3b6520d642b58141fe9.tar.xz
hercules-6f59f290d03774c697b0d3b6520d642b58141fe9.zip
Update Rune Knight Runes & Ores
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 0dde3cd9e..4b1a586a8 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -4918,11 +4918,6 @@ int pc_isUseitem(struct map_session_data *sd,int n)
return 0;
/**
- * Only Rune Knights may use runes
- **/
- if (itemdb_is_rune(nameid) && (sd->job & MAPID_THIRDMASK) != MAPID_RUNE_KNIGHT)
- return 0;
- /**
* Only GCross may use poisons
**/
else if (itemdb_is_poison(nameid) && (sd->job & MAPID_THIRDMASK) != MAPID_GUILLOTINE_CROSS)