Browse Source

fixed yuno kafra warp

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7057 54d463be-8e91-2dee-dedb-b68131a5f0ec
evera 19 years ago
parent
commit
5eedd15071
3 changed files with 4 additions and 2 deletions
  1. 2 1
      npc/Changelog.txt
  2. 1 0
      npc/kafras/functions_kafras.txt
  3. 1 1
      npc/kafras/kafras_yun.txt

+ 2 - 1
npc/Changelog.txt

@@ -36,7 +36,8 @@ Musashiden
 
 Date		Added
 ======
-07/05
+06/07
+	* Fixed Yuno Kafra warp, sorry guys, I made a typo [Evera]
 	* Readded the 'al_morgen' variable to counteragent_mixture.txt, it's needed [MasterOfMuppets]
 	  for the alchemist quest. Thanks to Belle for the fix.
 	* Added Save/Load Quest Skills (1st/2nd Class quest skills!) global functions. To test and

+ 1 - 0
npc/kafras/functions_kafras.txt

@@ -272,6 +272,7 @@ function	script	F_KafTele	{
 
 		if (@wrpD$[@num] == "Alberta") warp "alberta.gat", 117, 56;
 		if (@wrpD$[@num] == "Al De Baran") warp "aldebaran.gat",143,110;
+		if (@wrpD$[@num] == "Aldebaran") warp "aldebaran.gat",143,110;
 		if (@wrpD$[@num] == "Comodo") warp "comodo.gat", 207, 144;
 		if (@wrpD$[@num] == "Izlude") warp "izlude.gat", 91, 105;
 		if (@wrpD$[@num] == "Geffen") warp "geffen.gat", 120, 39;

+ 1 - 1
npc/kafras/kafras_yun.txt

@@ -58,7 +58,7 @@ yuno.gat,278,221,6	script	Kafra	117,{
 // Function: Sets variables for Yuno Kafras ------------
 function	script	F_KafSetYun	{
 	cleararray @wrpC$[0],"",getarraysize(@wrpC$);
-	setarray @wrpD$[0], "Aldebaran";
+	setarray @wrpD$[0], "Al De Baran";
 	setarray @wrpP[0], 1200;
 	set @wrpC$[0], @wrpD$[0]+" -> "+@wrpP[0];
 	set @wrpC$[1], "Cancel";