summaryrefslogtreecommitdiff
path: root/npc/kafras
diff options
context:
space:
mode:
Diffstat (limited to 'npc/kafras')
-rw-r--r--npc/kafras/functions_kafras.txt1
-rw-r--r--npc/kafras/kafras_yun.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/kafras/functions_kafras.txt b/npc/kafras/functions_kafras.txt
index 07afc66d4..dc107e096 100644
--- a/npc/kafras/functions_kafras.txt
+++ b/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;
diff --git a/npc/kafras/kafras_yun.txt b/npc/kafras/kafras_yun.txt
index 03e2a8de7..92ba2f2bc 100644
--- a/npc/kafras/kafras_yun.txt
+++ b/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";