diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/re/kafras/functions_kafras.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/re/kafras/functions_kafras.txt b/npc/re/kafras/functions_kafras.txt index a63f083e2..230637602 100644 --- a/npc/re/kafras/functions_kafras.txt +++ b/npc/re/kafras/functions_kafras.txt @@ -402,7 +402,7 @@ function script F_KafTele { if (@wrpD$[@num] == "Al De Baran") warp "aldebaran",168,112; if (@wrpD$[@num] == "Aldebaran") warp "aldebaran",168,112; if (@wrpD$[@num] == "Comodo") warp "comodo", 209, 143; - if (@wrpD$[@num] == "Izlude") warp "izlude", 91, 105; + if (@wrpD$[@num] == "Izlude") warp "izlude", 128, 98; if (@wrpD$[@num] == "Geffen") warp "geffen", 120, 39; if (@wrpD$[@num] == "Morroc") warp "morocc", 156, 46; if (@wrpD$[@num] == "Payon") warp "payon", 161, 58; |