rand to urand #3

This commit is contained in:
Aokromes
2011-12-28 04:26:30 +01:00
parent 611f9ad419
commit b24dfc10cb

View File

@@ -111,7 +111,7 @@ public:
if (AoESilence_Timer <= diff)
{
DoCast(me->getVictim(), SPELL_AOESILENCE);
AoESilence_Timer = 15000 + rand()%5000;
AoESilence_Timer = rand(15000, 20000);
} else AoESilence_Timer -= diff;
//ArcaneExplosion_Timer