diff options
Diffstat (limited to 'npc/012-7/airlia.txt')
-rw-r--r-- | npc/012-7/airlia.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index 8386c7f94..9025adf5b 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -33,10 +33,10 @@ L_Letter: mesq l("We're currently the biggest exporter of food. We may be a small town, but Tulimshar and Halinarzo can barely hold themselves."); next; mesn; - mesq l("Here, take this @@. This is the proof that you've helped Hurnscald greatly. This shall open new opportunities to you.", getitemlink(Scythe)); - inventoryplace Scythe, 1; + mesq l("Here, take this @@. This is the proof that you've helped Hurnscald greatly. This shall open new opportunities to you.", getitemlink(CottonBoots)); + inventoryplace CottonBoots, 1; setq HurnscaldQuest_Farmers, 5; - getitem Scythe, 1; + getitem CottonBoots, 1; getexp 0, 1000; close; |