diff options
author | Killyana <morphone1@gmail.com> | 2019-04-30 02:23:23 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-02 19:35:47 +0100 |
commit | 5163559c1ee581b80bce696e39c70948d90ffee2 (patch) | |
tree | 90dceabf30982992a54b4096b32d03c85e1dab65 | |
parent | fcff93e72591221859ae062d51c5fb9f03b47182 (diff) |
Quest/Script: Breakfast Of Champions
Set both Earthshaker Drum Events to 50%
(cherry picked from commit 14445088ea0b03d556619a9e5cd5f138cca09561)
-rw-r--r-- | src/server/scripts/Spells/spell_quest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_quest.cpp b/src/server/scripts/Spells/spell_quest.cpp index 924024dbba5..a29ea36c040 100644 --- a/src/server/scripts/Spells/spell_quest.cpp +++ b/src/server/scripts/Spells/spell_quest.cpp @@ -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); |