mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Quest/Script: Breakfast Of Champions
Set both Earthshaker Drum Events to 50%
(cherry picked from commit 14445088ea)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user