mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[9244] Implement talent Rime
And apply SPELLMOD_COST to rune spell cast as part this. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
bf9cccfd5b
commit
39b7636094
8 changed files with 41 additions and 6 deletions
|
|
@ -7620,6 +7620,14 @@ bool Unit::HandleProcTriggerSpell(Unit *pVictim, uint32 damage, Aura* triggeredB
|
|||
return false;
|
||||
break;
|
||||
}
|
||||
// Freezing Fog (Rime triggered)
|
||||
case 59052:
|
||||
{
|
||||
// Howling Blast cooldown reset
|
||||
if (GetTypeId() == TYPEID_PLAYER)
|
||||
((Player*)this)->RemoveSpellCategoryCooldown(1248, true);
|
||||
break;
|
||||
}
|
||||
// Druid - Savage Defense
|
||||
case 62606:
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue