diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-16 05:30:53 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-16 05:30:53 +0000 |
commit | 97964909eafdcd2c126c4f36cdb0e612210ab04c (patch) | |
tree | 04dc0fd89c5f3ef0117baecaa115879cda952391 | |
parent | fd27cac640a1f890794a936afa60f204c07d16bf (diff) | |
download | hercules-97964909eafdcd2c126c4f36cdb0e612210ab04c.tar.gz hercules-97964909eafdcd2c126c4f36cdb0e612210ab04c.tar.bz2 hercules-97964909eafdcd2c126c4f36cdb0e612210ab04c.tar.xz hercules-97964909eafdcd2c126c4f36cdb0e612210ab04c.zip |
removed doubled warps
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6101 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_lighthalzen.txt | 12 |
2 files changed, 3 insertions, 11 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index c722b32ac..13cf20e7f 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -27,6 +27,8 @@ Nexon Date Added
======
+04/16
+ * Removed Cube room warps from the quest script [Lupus]
04/15
* Fixed Mobster's OnDead event [Playtester]
* Implemented Musashiden's Lighthalzen npcs - Part 2 [Shadow]
diff --git a/npc/quests/quests_lighthalzen.txt b/npc/quests/quests_lighthalzen.txt index 77ffb41ea..ce9014f33 100644 --- a/npc/quests/quests_lighthalzen.txt +++ b/npc/quests/quests_lighthalzen.txt @@ -3,7 +3,7 @@ //===== By: ==================================================
//= Persian, Vicious_Pucca, Completed by aoa00
//===== Current Version: =====================================
-//= 1.4
+//= 1.4a
//===== Compatible With: =====================================
//= eAthena SVN
//===== Description: =========================================
@@ -1211,13 +1211,3 @@ L4_1: warp "lhz_cube.gat",177,13;
end;
}
-
-//--------------------------Warps--------------------------
-
-//Cube room <-> Lighthalzen
-lhz_cube.gat,231,96,0 warp cube 1,1,lhz_dun02.gat,220,6
-lhz_dun02.gat,224,6,0 warp cube 1,1,lhz_cube.gat,231,90
-
-//Cube room -> Lighthalzen
-lhz_cube.gat,231,12,0 warp cube 1,1,lighthalzen.gat,310,302
-lhz_cube.gat,177,96,0 warp cube 1,1,lighthalzen.gat,310,302
\ No newline at end of file |