diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 57eec178c6..7f66791f22 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -37,6 +37,7 @@ Musashiden Date Added ====== 06/19 + * Fixed Quest requirements in cities/louyang.txt [Playtester] * Fixed umbala.txt's Elemental Stones Quest bug. Thanks to Vhan Morthis. [Skotlex] * Removed Jfunc1-1.txt, merged parts of scripts back. Changed job numbers to constants [Lupus] diff --git a/npc/cities/louyang.txt b/npc/cities/louyang.txt index 06209266a7..25fcaf5983 100644 --- a/npc/cities/louyang.txt +++ b/npc/cities/louyang.txt @@ -2345,7 +2345,7 @@ s_Materials2: s_Items: if(countitem(939) < 4 || countitem(937) < 10 || countitem(1093) < 10 || countitem(506) < 30)goto s_NEnoughItems; delitem 939,4; //Bee Sting - delitem 937,4; //Venom Canine + delitem 937,10; //Venom Canine delitem 1093,10; //Empty Potion Bottle delitem 506,30; //Green Potion set QL_POISONDISLIKED,0;