Skip to content

Commit

Permalink
Spell: Fix SPELL_ATTR_EX_EXCLUDE_CASTER item equip auras
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 19, 2025
1 parent 34b2ea2 commit 88efd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game/Entities/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8366,7 +8366,7 @@ void Player::ApplyEquipSpell(SpellEntry const* spellInfo, Item* item, bool apply

DEBUG_LOG("WORLD: cast %s Equip spellId - %i", (item ? "item" : "itemset"), spellInfo->Id);

CastSpell(this, spellInfo, TRIGGERED_OLD_TRIGGERED, item);
CastSpell(nullptr, spellInfo, TRIGGERED_OLD_TRIGGERED, item);
}
else
{
Expand Down

0 comments on commit 88efd7f

Please sign in to comment.