summaryrefslogtreecommitdiff
path: root/npc/warps/dungeons/lhz_dun.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/warps/dungeons/lhz_dun.txt')
-rw-r--r--npc/warps/dungeons/lhz_dun.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/warps/dungeons/lhz_dun.txt b/npc/warps/dungeons/lhz_dun.txt
index 59277921d..5ed05bd7c 100644
--- a/npc/warps/dungeons/lhz_dun.txt
+++ b/npc/warps/dungeons/lhz_dun.txt
@@ -201,12 +201,12 @@ lhz_cube,123,26,0 script cubew09-4 WARPNPC,1,1,{
callfunc "randomw";
end;
}
-
+
//----- Function for Random Warps ----------------------------
function script randomw {
switch(rand(3)) {
case 1: warp "lhz_cube",66,136; end;
case 2: warp "lhz_cube",66,74; end;
- default: warp "lhz_cube",67,193; end;
+ default: warp "lhz_cube",67,193; end;
}
}