Quest/Script: Breakfast Of Champions

Set both Earthshaker Drum Events to 50%

(cherry picked from commit 14445088ea)
This commit is contained in:
Killyana
2019-04-30 02:23:23 +02:00
committed by Shauren
parent fcff93e725
commit 5163559c1e

View File

@@ -1193,7 +1193,7 @@ class spell_q14076_14092_pound_drum : public SpellScriptLoader
{
Unit* caster = GetCaster();
if (roll_chance_i(80))
if (roll_chance_i(50))
caster->CastSpell(caster, SPELL_SUMMON_DEEP_JORMUNGAR, true);
else
caster->CastSpell(caster, SPELL_STORMFORGED_MOLE_MACHINE, true);