Fixed bugreport:4468 Frost Nova freeze chance has been updated to meet its renewal values.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@15972 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shennetsind 2012-04-25 13:58:20 +00:00
parent f6300d31f9
commit 2a8f785f04

View File

@ -833,10 +833,18 @@ int skill_additional_effect (struct block_list* src, struct block_list *bl, int
break;
case MG_FROSTDIVER:
#ifndef RENEWAL
case WZ_FROSTNOVA:
#endif
sc_start(bl,SC_FREEZE,skilllv*3+35,skilllv,skill_get_time2(skillid,skilllv));
break;
#ifdef RENEWAL
case WZ_FROSTNOVA:
sc_start(bl,SC_FREEZE,skilllv*5+33,skilllv,skill_get_time2(skillid,skilllv));
break;
#endif
case WZ_STORMGUST:
/**
* Storm Gust counter was dropped in renewal