Add gender field to SMSG_WHO packet (author: MaS0n)

Fix compile error

--HG--
branch : trunk
This commit is contained in:
azazel
2010-08-04 22:12:43 +06:00
parent 362ae2d4c6
commit 40e16bbbdb
2 changed files with 6 additions and 3 deletions
+2
View File
@@ -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;