diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-26 18:14:09 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-10-26 18:14:09 +0000 |
commit | 1428fd11d993010c52cf19068f5c836566d81b56 (patch) | |
tree | 75ba581de6346c7281adcea14232ae3e3f1a90d1 /npc/other | |
parent | c4e79414b1fe9e6f70c7ac6d27bffab308c24f07 (diff) | |
download | hercules-1428fd11d993010c52cf19068f5c836566d81b56.tar.gz hercules-1428fd11d993010c52cf19068f5c836566d81b56.tar.bz2 hercules-1428fd11d993010c52cf19068f5c836566d81b56.tar.xz hercules-1428fd11d993010c52cf19068f5c836566d81b56.zip |
fixed missing tabs, extra params. thanks to irmin i CAHTEXHuK. fixed warp coord of DTS warper. added missing next; to priest
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9078 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/other')
-rw-r--r-- | npc/other/dts_warper.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/other/dts_warper.txt b/npc/other/dts_warper.txt index bf3647c6b..402f19675 100644 --- a/npc/other/dts_warper.txt +++ b/npc/other/dts_warper.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Evera
//===== Current Version: =====================================
-//= 2.3a
+//= 2.3b
//===== Compatible With: =====================================
//= eAthena
//===== Description: =========================================
@@ -70,6 +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]
//============================================================
//Yuno
@@ -849,7 +850,7 @@ function script F_DTS_Warp { if (@dtswarpmap$[@num] == "Clock Tower, Basement 3") warp "alde_dun03.gat",277,178;
- if (@dtswarpmap$[@num] == "Glastheim Entrance") warp "glast_01.gat",375,304;
+ if (@dtswarpmap$[@num] == "Glastheim Entrance") warp "glast_01.gat",370,304;
cutin "", 255;
end;
|