From 4b3d8ddc5c713bc1ad62cedb6073ce5402e7639e Mon Sep 17 00:00:00 2001 From: Aleos Date: Sat, 12 Mar 2016 13:07:24 -0500 Subject: [PATCH] Small typo in Ayothaya Dungeon Quest * Fixed Shaman displaying the incorrect item requirement from the array. Thanks to @Jeybla! --- npc/quests/quests_ayothaya.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/quests/quests_ayothaya.txt b/npc/quests/quests_ayothaya.txt index e18e7ac53f..f8bc9cd6e0 100644 --- a/npc/quests/quests_ayothaya.txt +++ b/npc/quests/quests_ayothaya.txt @@ -1612,7 +1612,7 @@ ayo_in01,181,193,4 script Shaman#thai 840,{ mes "^3366992 Holy Water^000000,"; mes "^3366991 Yggdrasil Leaf^000000,"; mes "^3366992 "+getitemname(.@items[0])+"^000000 and"; - mes "^3366992 "+getitemname(.@items[0])+"^000000."; + mes "^3366992 "+getitemname(.@items[1])+"^000000."; set ayodunquest,10; changequest 12037,12038; next;