[9018] Implement aditional form specific bonus for 16857.

SQL data prepered by MrLama.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
Sarjuuk 2009-12-18 03:01:03 +03:00 committed by VladimirMangos
parent cccb85dbe2
commit 393ab4a7ca
6 changed files with 18 additions and 3 deletions

View file

@ -2525,6 +2525,13 @@ void Spell::cast(bool skipCheck)
}
break;
}
case SPELLFAMILY_DRUID:
{
// Faerie Fire (Feral)
if (m_spellInfo->Id == 16857 && m_caster->m_form != FORM_CAT)
AddTriggeredSpell(60089);
break;
}
case SPELLFAMILY_ROGUE:
// Fan of Knives (main hand)
if (m_spellInfo->Id == 51723 && m_caster->GetTypeId() == TYPEID_PLAYER &&