Sfoglia il codice sorgente

Small update to fix merchant Paul Spanner from giving item 612 instead of .@item. (bugreport:2418)

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13351 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924X 16 anni fa
parent
commit
a7a09d6c3d
2 ha cambiato i file con 6 aggiunte e 4 eliminazioni
  1. 4 3
      npc/Changelog.txt
  2. 2 1
      npc/merchants/refine.txt

+ 4 - 3
npc/Changelog.txt

@@ -1,6 +1,7 @@
-Date		Added
+Date		Added
 ======
 2008/11/04
+	* Small update to fix merchant Paul Spanner from giving item 612 instead of .@item. (bugreport:2418) [Paradox924X]
 	* Fixed a few donpcevent's that didn't include the NPC's hidden display name. (bugreport:2407) [Paradox924X]
 	* Added a bunch of missing "end;"s for Broken Sword Quest that caused NPC to execute unwanted labels. (bugreport:2404) [Paradox924X]
 2008/10/28
@@ -860,7 +861,7 @@
 	- Thanks to Barron-Monster.
 	* Rev. 10906 Fixed the Kafra Welcome message for guilds. Thanks Barron-Monster. [L0ne_W0lf]
 2007/07/23
-	* Fixed 3 Test in Hunter Job Quest. [Samuray22]
+	* Fixed 3  Test in Hunter Job Quest. [Samuray22]
 	-Thanks to ultramage.
 	* Fixed a little bug in "Dandelion Quest" with "Job_Alchemist" changed to "Job_Alchem". [Samuray22]
 	-Thanks to Nobuo
@@ -1750,7 +1751,7 @@
 	* Tried to remove all duplicates (in default NPCs) [Toms]
 	* Removed useless 'npc\other\old' directory, who would need that anyway... [DracoRPG]
 	* Commented out the path to Divorce NPC as Lupus forgot to add it for good [DracoRPG]
-	* Fixed critical syntax errors in the new Valkyrie script, (�_�) @ Lupus [DracoRPG]
+	* Fixed critical syntax errors in the new Valkyrie script, ( _ ) @ Lupus [DracoRPG]
 	* Improved Bioethics quest & nearby Rekenber Guards [DracoRPG]
 	  - Used isequipped() instead of getequipid() to simplify code (esp. with accessories)
 	  - Rewritten the custom text about Hom. Res. and removed its actual learning

+ 2 - 1
npc/merchants/refine.txt

@@ -53,6 +53,7 @@
 //= 2.8 Changed the nonexistent variable .@matname$ for getitemname(.@material). (bugreport:2340) [Samuray22]
 //= 2.8 Added proper Blacksmith Supplier to Einroch. [L0ne_W0lf]
 //=     Updated dated features comment to reflect new usage.
+//= 2.8a Small bugfix. (bugreport:2418) [Paradox924X]
 //============================================================
 
 
@@ -458,7 +459,7 @@ ein_in01,38,29,0	script	Paul Spanner	63,{
 			close;
 		}
 		set zeny,zeny-.@sell;
-		getitem 612,.@input;
+		getitem .@item,.@input;
 		mes "[Paul Spanner]";
 		mes "Thank you for using my shop. If you need anything, just let me know.";
 		close;