mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 17:13:47 +00:00
fix(Scripts/BlackwingLair): Chromaggus should cast the same affliction spell among players. (#10644)
Brood Affliction: Bronze should stun players in random intervals. - CLoses #10584 Co-authored-by: temperrr <temperrr@users.noreply.github.com>
This commit is contained in:
@@ -5943,7 +5943,11 @@ void AuraEffect::HandlePeriodicTriggerSpellAuraTick(Unit* target, Unit* caster)
|
||||
return;
|
||||
// Brood Affliction: Bronze
|
||||
case 23170:
|
||||
triggerSpellId = 23171;
|
||||
// Only 10% chance of triggering spell
|
||||
if (roll_chance_f(10.f))
|
||||
{
|
||||
triggerSpellId = 23171;
|
||||
}
|
||||
break;
|
||||
// Restoration
|
||||
case 24379:
|
||||
|
||||
Reference in New Issue
Block a user