aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-30 02:23:23 +0200
committerKillyana <morphone1@gmail.com>2019-04-30 02:23:23 +0200
commit14445088ea0b03d556619a9e5cd5f138cca09561 (patch)
tree7b91d5ca757455392345beb77e66def6ab7533ac /src
parent165ca09d7af64e5d076b2ecd9e3f00e747e6e9ce (diff)
Quest/Script: Breakfast Of Champions
Set both Earthshaker Drum Events to 50%
Diffstat (limited to 'src')
-rw-r--r--src/server/scripts/Spells/spell_quest.cpp2
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 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);