mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[9956] Spell 45524 expected apply debuf 55095 to target at cast.
This commit is contained in:
parent
de454d6ff8
commit
94f7a7709d
3 changed files with 10 additions and 2 deletions
|
|
@ -6460,6 +6460,14 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
|
|||
// second part of spell apply
|
||||
switch (GetId())
|
||||
{
|
||||
case 45524: // Chains of Ice
|
||||
{
|
||||
if (apply)
|
||||
spellId1 = 55095; // Frost Fever
|
||||
else
|
||||
return;
|
||||
break;
|
||||
}
|
||||
case 49039: spellId1 = 50397; break; // Lichborne
|
||||
|
||||
case 48263: // Frost Presence
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue