From 8e044bc3fc16f49cc32db90b3153d3bc21f9ee77 Mon Sep 17 00:00:00 2001 From: ultramage Date: Fri, 11 May 2007 17:20:20 +0000 Subject: - Updated the effect list a bit - Fixed some npc typos git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10531 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/warps/fields/veins_fild.txt | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'npc/warps/fields') diff --git a/npc/warps/fields/veins_fild.txt b/npc/warps/fields/veins_fild.txt index b1e3fd196..cd49a48b3 100644 --- a/npc/warps/fields/veins_fild.txt +++ b/npc/warps/fields/veins_fild.txt @@ -39,12 +39,9 @@ ve_fild05,359,192,0 warp veinswarp5019 1,1,ve_fild06,84,179 ve_fild04,115,49,0 warp veinswarp5020 1,1,ve_fild06,84,179 ve_fild06,88,176,0 script veinswarp5021 45,1,1,{ - switch(rand(2)){ - case 1: - warp "ve_fild04",115,52; - break; - default: - warp "ve_fild05",354,192; - break; - } + if (rand(2)) + warp "ve_fild04",115,52; + else + warp "ve_fild05",354,192; + end; } -- cgit v1.2.3-60-g2f50