From 14445088ea0b03d556619a9e5cd5f138cca09561 Mon Sep 17 00:00:00 2001 From: Killyana Date: Tue, 30 Apr 2019 02:23:23 +0200 Subject: Quest/Script: Breakfast Of Champions Set both Earthshaker Drum Events to 50% --- src/server/scripts/Spells/spell_quest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/scripts') diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index abad84b9876..faba3d88f0d 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -1187,7 +1187,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); -- cgit v1.2.3