mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[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:
parent
cccb85dbe2
commit
393ab4a7ca
6 changed files with 18 additions and 3 deletions
|
|
@ -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 &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue