mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 15:01:38 -04:00
Add gender field to SMSG_WHO packet (author: MaS0n)
Fix compile error --HG-- branch : trunk
This commit is contained in:
@@ -7723,11 +7723,13 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, AuraEffect* trigger
|
||||
{
|
||||
// Guard Dog
|
||||
case 201:
|
||||
{
|
||||
triggered_spell_id = 54445;
|
||||
target = this;
|
||||
float addThreat = SpellMgr::CalculateSpellEffectAmount(procSpell, 0, this) * triggerAmount / 100.f;
|
||||
pVictim->AddThreat(this, addThreat);
|
||||
break;
|
||||
}
|
||||
// Silverback
|
||||
case 1582:
|
||||
triggered_spell_id = dummySpell->Id == 62765 ? 62801 : 62800;
|
||||
|
||||
Reference in New Issue
Block a user