mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
@@ -7731,6 +7731,9 @@ bool Unit::HandleDummyAuraProc(Unit* victim, uint32 damage, AuraEffect* triggere
|
||||
// Guard Dog
|
||||
case 201:
|
||||
{
|
||||
if (!victim)
|
||||
return false;
|
||||
|
||||
triggered_spell_id = 54445;
|
||||
target = this;
|
||||
float addThreat = float(CalculatePctN(procSpell->Effects[0].CalcValue(this), triggerAmount));
|
||||
|
||||
Reference in New Issue
Block a user