diff options
author | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 20:30:01 +0000 |
---|---|---|
committer | Playtester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-06-19 20:30:01 +0000 |
commit | e44f5b765ba531a11783de2694b7f4891964f84c (patch) | |
tree | 7d8c5d4b11b5093e93d8bbb4145e7a52a23f9e56 /npc | |
parent | 149fe5b74b8567b4720111e96a283f5e938e5631 (diff) | |
download | hercules-e44f5b765ba531a11783de2694b7f4891964f84c.tar.gz hercules-e44f5b765ba531a11783de2694b7f4891964f84c.tar.bz2 hercules-e44f5b765ba531a11783de2694b7f4891964f84c.tar.xz hercules-e44f5b765ba531a11783de2694b7f4891964f84c.zip |
Fixed Quest requirements in cities/louyang.txt
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7255 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 1 | ||||
-rw-r--r-- | npc/cities/louyang.txt | 2 |
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;
|