Quest/Script: Breakfast Of Champions

Port From (https://github.com/TrinityCore/TrinityCore/commit/5163559c1ee581b80bce696e39c70948d90ffee2)
This commit is contained in:
hondacrx
2021-12-07 13:34:39 -05:00
parent d705730f04
commit 8b1a9add36
+1 -1
View File
@@ -1057,7 +1057,7 @@ namespace Scripts.Spells.Quest
{
Unit caster = GetCaster();
if (RandomHelper.randChance(80))
if (RandomHelper.randChance(50))
caster.CastSpell(caster, SpellIds.SummonDeepJormungar, true);
else
caster.CastSpell(caster, SpellIds.StormforgedMoleMachine, true);