From 4d1b09949d8dfb0e111a2070486c79bb5ffbf971 Mon Sep 17 00:00:00 2001 From: skotlex Date: Sun, 9 Dec 2007 15:38:05 +0000 Subject: - Cleaned up a bit the code for HVAN_CHAOTIC git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11875 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index f68466af3..e3fc49a7a 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -5064,12 +5064,12 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in break; case HVAN_CHAOTIC: //[orn] { - static const int per[10][2]={{20,50},{50,60},{25,75},{60,64},{34,67}, - {34,67},{34,67},{34,67},{34,67},{34,67}}; + static const int per[5][2]={{20,50},{50,60},{25,75},{60,64},{34,67}}; int rnd = rand()%100; - if(rnd