diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/024-15/lilanna.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/024-15/lilanna.txt b/npc/024-15/lilanna.txt index 886ab105d..5c349a9b8 100644 --- a/npc/024-15/lilanna.txt +++ b/npc/024-15/lilanna.txt @@ -108,7 +108,7 @@ function FixSelect { rif(TELEPORTERS & TP_NIVAL, l("Nivalis - @@ GP", format_number(2500))), rif(TELEPORTERS & TP_FROST|TP_HALIN, l("Land Of Fire - @@ GP", format_number(5000))), rif(TELEPORTERS & TP_HALIN, l("Halinarzo - @@ GP", format_number(10000))), - rif(TELEPORTERS & TP_FROST, l("Frostia - @@ GP", format_number(15000))), + rif(TELEPORTERS & TP_FROST, l("Frostia - @@ GP", format_number(10000))), rif(TELEPORTERS & TP_LILIT, l("Lilit - @@ GP (not exchangeable)", format_number(20000))); mes ""; switch (@menu) { @@ -119,7 +119,7 @@ function FixSelect { case 5: FixCrystal(NivalWarpCrystal, 2500); break; case 6: FixCrystal(LoFWarpCrystal, 5000); break; case 7: FixCrystal(HalinWarpCrystal, 10000); break; - case 8: FixCrystal(FrostiaWarpCrystal, 15000); break; + case 8: FixCrystal(FrostiaWarpCrystal, 10000); break; case 9: FixCrystal(LilitWarpCrystal, 20000); break; } } while (countitem(BrokenWarpCrystal)); |