[11205] Implement talent 48492 and ranks.

Signed-off-by: Lynx3d <lynx3d@some-imaginary-isp.org>
This commit is contained in:
Neveragain 2011-02-26 23:46:54 +01:00 committed by Lynx3d
parent 02a07e6bc7
commit bef47ce126
7 changed files with 36 additions and 3 deletions

View file

@ -9003,6 +9003,8 @@ void SpellAuraHolder::HandleSpellSpecificBoosts(bool apply)
// Barkskin
if (GetId()==22812 && m_target->HasAura(63057)) // Glyph of Barkskin
spellId1 = 63058; // Glyph - Barkskin 01
else if (!apply && GetId() == 5229) // Enrage (Druid Bear)
spellId1 = 51185; // King of the Jungle (Enrage damage aura)
else
return;
break;