diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 22:11:36 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-09-01 22:11:36 +0000 |
commit | a9b1f06e98367bda11817d0c64ae2e8af4471f2b (patch) | |
tree | 4f1af08f496e625726497e6522310cf81fbbab72 /npc/warps | |
parent | 911c0ea64888157f7a9496a4a5c516af92c0d11c (diff) | |
download | hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.gz hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.bz2 hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.tar.xz hercules-a9b1f06e98367bda11817d0c64ae2e8af4471f2b.zip |
Tried to remove all duplicates (in default NPCs)
( hope nothing is broken ;) )
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8581 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/warps')
-rw-r--r-- | npc/warps/dungeons/lhalzen_dun.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/warps/dungeons/lhalzen_dun.txt b/npc/warps/dungeons/lhalzen_dun.txt index 5e7229ec8..4d4314103 100644 --- a/npc/warps/dungeons/lhalzen_dun.txt +++ b/npc/warps/dungeons/lhalzen_dun.txt @@ -23,6 +23,7 @@ //= 1.6b Updated Sewer Pipe [Vicious]
//= 1.7 Fixed a warp-back
//= 1.8 Some small changes [MasterOfMuppets]
+//= 1.9 Removed duplicates [Toms]
//============================================================
lhz_dun03.gat,140,139,0 warp lhz003 1,1,lhz_dun02.gat,150,145
@@ -187,16 +188,16 @@ lhz_cube.gat,10,185,0 script cubew08-2 45,1,1,{ lhz_cube.gat,3,192,0 warp cubew08-3 2,2,lhz_cube.gat,10,74
lhz_cube.gat,10,200,0 warp cubew08-4 2,2,lhz_cube.gat,66,18
//----------------- Room 123 18 ------------------------------
-lhz_cube.gat,130,18,0 script cubew08-1 45,1,1,{
+lhz_cube.gat,130,18,0 script cubew09-1 45,1,1,{
callfunc "randomw";
end;
}
-lhz_cube.gat,123,11,0 script cubew08-2 45,1,1,{
+lhz_cube.gat,123,11,0 script cubew09-2 45,1,1,{
callfunc "randomw";
end;
}
-lhz_cube.gat,115,18,0 warp cubew08-3 2,2,lhz_cube.gat,248,184
-lhz_cube.gat,123,26,0 script cubew08-4 45,1,1,{
+lhz_cube.gat,115,18,0 warp cubew09-3 2,2,lhz_cube.gat,248,184
+lhz_cube.gat,123,26,0 script cubew09-4 45,1,1,{
callfunc "randomw";
end;
}
|