diff options
Diffstat (limited to 'npc/kafras/functions_kafras.txt')
-rw-r--r-- | npc/kafras/functions_kafras.txt | 1 |
1 files changed, 1 insertions, 0 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;
|