summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-02-24 01:09:26 -0300
committershennetsind <ind@henn.et>2013-02-24 01:09:26 -0300
commitd4582e286fa64f469112ff76ecae672ce7c57aa5 (patch)
tree77f0920fab02857f4cdfe02ffdc402d4638419ec /src/map/pc.c
parentadda8d74c3280ae1e3745591caafd9ce6e81ded7 (diff)
downloadhercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.gz
hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.bz2
hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.tar.xz
hercules-d4582e286fa64f469112ff76ecae672ce7c57aa5.zip
Revert "Fixed Bug #7091"
This reverts commit adda8d74c3280ae1e3745591caafd9ce6e81ded7. Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 7eae16193..6078283e7 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -4232,14 +4232,6 @@ int pc_useitem(struct map_session_data *sd,int n)
nullpo_ret(sd);
- //This flag enables you to use items while in an NPC. [Skotlex]
- if( sd->npc_id && sd->npc_id != sd->npc_item_flag ){
-#ifdef RENEWAL
- clif_msg(sd, 0x783); // TODO look for the client date that has this message.
-#endif
- return 0;
- }
-
if( sd->status.inventory[n].nameid <= 0 || sd->status.inventory[n].amount <= 0 )
return 0;