Przeglądaj źródła

Fixed Quest requirements in cities/louyang.txt

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7255 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 19 lat temu
rodzic
commit
f28f036a88
2 zmienionych plików z 2 dodań i 1 usunięć
  1. 1 0
      npc/Changelog.txt
  2. 1 1
      npc/cities/louyang.txt

+ 1 - 0
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]

+ 1 - 1
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;