[9987] Restore work talent 12311 and ranks.

Thanks to insider42 for prepare patch for mangos.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Tassadar 2010-05-28 00:44:48 +04:00 committed by VladimirMangos
parent 5a8c84a2ec
commit 4d61fba28f
2 changed files with 7 additions and 1 deletions

View file

@ -5691,6 +5691,12 @@ bool Unit::HandleDummyAuraProc(Unit *pVictim, uint32 damage, Aura* triggeredByAu
triggered_spell_id = 22858;
break;
}
// Gag Order
if (dummySpell->SpellIconID == 280)
{
triggered_spell_id = 18498; // Silenced - Gag Order
break;
}
// Second Wind
if (dummySpell->SpellIconID == 1697)
{