diff options
Diffstat (limited to 'npc/001-8/hub.txt')
-rw-r--r-- | npc/001-8/hub.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-8/hub.txt b/npc/001-8/hub.txt index 1ef55a05c..c48e50204 100644 --- a/npc/001-8/hub.txt +++ b/npc/001-8/hub.txt @@ -42,7 +42,7 @@ case 4: makeitem(rand(BronzeGladius,Scythe), 1, "001-8", .@x, .@y); break; case 5: - makeitem(rand(WoodenBow, DesertBow), 1, "001-8", .@x, .@y); break; + makeitem(rand(WoodenBow, ElficBow), 1, "001-8", .@x, .@y); break; case 6: makeitem(rand(WoodenBow, ShortBow), 1, "001-8", .@x, .@y); break; case 7: |