summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-07 17:23:58 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-07 17:23:58 +0000
commit0ebf2259fc1c7e5350ba321b39d4df0724e17404 (patch)
tree39b7abfebc453eb61fe2531988c9f4a05d7b8e36
parent39cdba08be9a260339159397740959e8586d80e7 (diff)
parent7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab (diff)
downloadserverdata-0ebf2259fc1c7e5350ba321b39d4df0724e17404.tar.gz
serverdata-0ebf2259fc1c7e5350ba321b39d4df0724e17404.tar.bz2
serverdata-0ebf2259fc1c7e5350ba321b39d4df0724e17404.tar.xz
serverdata-0ebf2259fc1c7e5350ba321b39d4df0724e17404.zip
Merge branch 'imperial_is_a_bow' into 'master'
Added Imperial Bow to nobow_item.txt See merge request legacy/serverdata!686
-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)