summaryrefslogtreecommitdiff
path: root/npc/functions/mobpoint.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r--npc/functions/mobpoint.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt
index 0d9f231d2..64609420c 100644
--- a/npc/functions/mobpoint.txt
+++ b/npc/functions/mobpoint.txt
@@ -96,17 +96,6 @@ OnNPCKillEvent:
JobExp-=1;
}
- // Sanitize some bug...
- if (isequipped(ExplosiveArrow)) {
- .@wpn = getequipid(EQI_HAND_R);
- if (getiteminfo(.@wpn, ITEMINFO_SUBTYPE) != W_BOW) {
- unequipbyid(ExplosiveArrow);
- if (@hacktol)
- end; // Will not count for anything else
- @hacktol = true;
- }
- }
-
// killedrid was not set, so we skip
if (!killedrid)
end;