mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[9965] Fixed triggering of spell 55095 by 45524.
(based on insider42's repo commit 90de00d) Signed-off-by: VladimirMangos <vladimir@getmangos.com> It include reverts commit ca99760e884d82219fff63ecf5f2ca87b02b5924 with less clean implemetation. [patch 155] Fixed triggering of spell 55095 by 45524. Patch provided by me (based on commit 90de00d)
This commit is contained in:
parent
8a424642e6
commit
ff9990a777
3 changed files with 8 additions and 9 deletions
|
|
@ -2832,6 +2832,13 @@ void Spell::cast(bool skipCheck)
|
|||
AddTriggeredSpell(30708); // Totem of Wrath
|
||||
break;
|
||||
}
|
||||
case SPELLFAMILY_DEATHKNIGHT:
|
||||
{
|
||||
// Chains of Ice
|
||||
if (m_spellInfo->Id == 45524)
|
||||
AddTriggeredSpell(55095); // Frost Fever
|
||||
break;
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue