From 8b1a9add363a3deae6b73dd0ec2a8893af9bd300 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 7 Dec 2021 13:34:39 -0500 Subject: [PATCH] Quest/Script: Breakfast Of Champions Port From (https://github.com/TrinityCore/TrinityCore/commit/5163559c1ee581b80bce696e39c70948d90ffee2) --- Source/Scripts/Spells/Quest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Scripts/Spells/Quest.cs b/Source/Scripts/Spells/Quest.cs index f49dabc34..3d83840b7 100644 --- a/Source/Scripts/Spells/Quest.cs +++ b/Source/Scripts/Spells/Quest.cs @@ -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);