Skip to content
This repository was archived by the owner on Mar 30, 2019. It is now read-only.

Commit ae3c75d

Browse files
author
Reamer
committed
increase Unstable Experiment Timer
1 parent f0f5b48 commit ae3c75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/northrend/icecrown_citadel/icecrown_citadel/boss_professor_putricide.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ struct MANGOS_DLL_DECL boss_professor_putricideAI : public ScriptedAI
382382
if (DoCastSpellIfCan(m_creature, SPELL_UNSTABLE_EXPERIMENT) == CAST_OK)
383383
{
384384
DoExperiment(m_bIsGreenOoze);
385-
m_uiUnstableExperimentTimer = 30000;
385+
m_uiUnstableExperimentTimer = urand(36000,39000);
386386
m_bIsGreenOoze = !m_bIsGreenOoze;
387387
}
388388
}

0 commit comments

Comments
 (0)