diff options
author | Ledmitz <smoothshifter@tuta.io> | 2023-11-07 13:17:21 -0400 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2023-11-07 13:17:21 -0400 |
commit | 7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab (patch) | |
tree | 39b7abfebc453eb61fe2531988c9f4a05d7b8e36 /world/map/npc/items | |
parent | 39cdba08be9a260339159397740959e8586d80e7 (diff) | |
download | classic-serverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.tar.gz classic-serverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.tar.bz2 classic-serverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.tar.xz classic-serverdata-7c55f6e3f1f47befde52864bbe9327fc3a0dc3ab.zip |
Added Imperial Bow to nobow_item.txt
Diffstat (limited to 'world/map/npc/items')
-rw-r--r-- | world/map/npc/items/nobow_item.txt | 2 |
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) |