summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLedmitz <smoothshifter@tuta.io>2023-11-07 13:17:21 -0400
committerLedmitz <smoothshifter@tuta.io>2023-11-07 13:17:21 -0400
commit7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab (patch)
tree39b7abfebc453eb61fe2531988c9f4a05d7b8e36
parent39cdba08be9a260339159397740959e8586d80e7 (diff)
downloadserverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.tar.gz
serverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.tar.bz2
serverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.tar.xz
serverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.zip
Added Imperial Bow to nobow_item.txt
-rw-r--r--world/map/npc/items/nobow_item.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/items/nobow_item.txt b/world/map/npc/items/nobow_item.txt
index a518fdf4..b9065292 100644
--- a/world/map/npc/items/nobow_item.txt
+++ b/world/map/npc/items/nobow_item.txt
@@ -11,6 +11,8 @@ function|script|NoBowItem
// Bows which are not allowed
if (countitem("BansheeBow") > 0)
goto L_Abort;
+ if (countitem("ImperialBow") > 0)
+ goto L_Abort;
if (countitem("DesertBow") > 0)
goto L_Abort;
if (countitem("ForestBow") > 0)