From 5b5afa7bb6cad66880bbbeee26d0851f25f85d45 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 29 Mar 2007 21:28:35 +0000 Subject: - Corrected a pretty serious typo in script.c - Corrected the change that made Coma not be reduced by mdef making Stone, Freeze and Decrease Agi be reduced by luck rather than mdef. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10090 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/skill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/skill.c') diff --git a/src/map/skill.c b/src/map/skill.c index 65cc19bcf..1aaecb778 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -1072,7 +1072,7 @@ int skill_additional_effect (struct block_list* src, struct block_list *bl, int status_change_start(bl, SC_COMA, rate, 0, 0, 0, 0, 0, 0); } } - + if (sc) { // Enchant Poison gives a chance to poison attacked enemies if(sc->data[SC_ENCPOISON].timer != -1) //Don't use sc_start since chance comes in 1/10000 rate. -- cgit v1.2.3-70-g09d2