* Fixed Shaman displaying the incorrect item requirement from the array. Thanks to @Jeybla!
@@ -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;