mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
[9946] Prevent remove unexpected for remove spell at cast 35729.
Also drop removed spell call for spells 19574/34471. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
33c9af577c
commit
c2fc89c86c
3 changed files with 7 additions and 15 deletions
|
|
@ -6374,16 +6374,8 @@ void Aura::HandleSpellSpecificBoosts(bool apply)
|
|||
break;
|
||||
case SPELLFAMILY_HUNTER:
|
||||
{
|
||||
// The Beast Within and Bestial Wrath - immunity
|
||||
if (GetId() == 19574 || GetId() == 34471)
|
||||
{
|
||||
spellId1 = 24395;
|
||||
spellId2 = 24396;
|
||||
spellId3 = 24397;
|
||||
spellId4 = 26592;
|
||||
}
|
||||
// Freezing Trap Effect
|
||||
else if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000008))
|
||||
if (m_spellProto->SpellFamilyFlags & UI64LIT(0x0000000000000008))
|
||||
{
|
||||
if(!apply)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue