summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/cities/louyang.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 57eec178c..7f66791f2 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 06209266a..25fcaf598 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;