mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(Core/Spells): fix Kel'Thuzad frost blast being affected by damage… (#24153)
This commit is contained in:
@@ -6351,7 +6351,7 @@ void AuraEffect::HandlePeriodicTriggerSpellAuraTick(Unit* target, Unit* caster)
|
||||
case 27808:
|
||||
if (caster)
|
||||
{
|
||||
caster->CastCustomSpell(29879, SPELLVALUE_BASE_POINT0, int32(target->CountPctFromMaxHealth(21)), target, true, nullptr, this);
|
||||
caster->CastSpell(target, 29879, true, nullptr, this);
|
||||
if (GetTickNumber() == 1)
|
||||
caster->CastSpell(target, 27808, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user