diff options
Diffstat (limited to 'world')
-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) |