Quest/Script: Breakfast Of Champions
Port From (https://github.com/TrinityCore/TrinityCore/commit/5163559c1ee581b80bce696e39c70948d90ffee2)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user