From 8429b2fdb4b5d8d5b2a8851b47eeb19307d4b646 Mon Sep 17 00:00:00 2001 From: Lupus Date: Thu, 2 Nov 2006 11:01:17 +0000 Subject: merged from trunk to stable. Fixed item names in 2006 headgear quest, DTS warper typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9122 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/other/dts_warper.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/other') diff --git a/npc/other/dts_warper.txt b/npc/other/dts_warper.txt index 402f19675..898f882c4 100644 --- a/npc/other/dts_warper.txt +++ b/npc/other/dts_warper.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Evera //===== Current Version: ===================================== -//= 2.3b +//= 2.3c //===== Compatible With: ===================================== //= eAthena //===== Description: ========================================= @@ -70,7 +70,7 @@ //= Fixed bug that involved having both warpers enabled at the same time. [Evera] //= New $dtsday system and bug fix[Evera] //= 2.3a fixed 2 bugs with comparision [Lupus] -//= 2.3b corrected Glast warp coords [Lupus] +//= 2.3b corrected Glast warp coords [Lupus] 2.3c Bailand -> Bayalan //============================================================ //Yuno @@ -796,7 +796,7 @@ function script F_DTS_Warp { mes "or award Special Reserve Points"; mes "for this service. Now, please"; mes "choose your destination."; - setarray @dtswarpmap$[0],"Bailand, Level 4","Clock Tower, Basement 3"; + setarray @dtswarpmap$[0],"Byalan, Level 4","Clock Tower, Basement 3"; setarray @dtswarp$[0],@dtswarpmap$[0]+" -> 4,000z", @dtswarpmap$[1]+" -> 4,000z","Cancel"; if($dts&(1<<4)){ @@ -846,7 +846,7 @@ function script F_DTS_Warp { if (@dtswarpmap$[@num] == "Lava Dungeon, Level 2") warp "mag_dun02.gat",47,40; - if (@dtswarpmap$[@num] == "Bailand, Level 4") warp "iz_dun03.gat",32,63; + if (@dtswarpmap$[@num] == "Byalan, Level 4") warp "iz_dun03.gat",32,63; if (@dtswarpmap$[@num] == "Clock Tower, Basement 3") warp "alde_dun03.gat",277,178; -- cgit v1.2.3-70-g09d2