diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-02 11:01:17 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-11-02 11:01:17 +0000 |
commit | 8429b2fdb4b5d8d5b2a8851b47eeb19307d4b646 (patch) | |
tree | 3946571076efee6ea063fa86d8b17797c4baf6b4 /npc/other | |
parent | 2982bde3dd584d3c670077bcb0eb86b3c5967647 (diff) | |
download | hercules-8429b2fdb4b5d8d5b2a8851b47eeb19307d4b646.tar.gz hercules-8429b2fdb4b5d8d5b2a8851b47eeb19307d4b646.tar.bz2 hercules-8429b2fdb4b5d8d5b2a8851b47eeb19307d4b646.tar.xz hercules-8429b2fdb4b5d8d5b2a8851b47eeb19307d4b646.zip |
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
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/dts_warper.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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;
|