mirror of
https://github.com/mangosfour/server.git
synced 2025-12-26 16:37:06 +00:00
[11741] Drop recently added duplicate code with remove SPELL_AURA_SPIRIT_OF_REDEMPTION
This commit is contained in:
parent
222612fa51
commit
575d9c8e5c
2 changed files with 1 additions and 5 deletions
|
|
@ -1011,10 +1011,6 @@ void BattleGround::RemovePlayerAtLeave(ObjectGuid guid, bool Transport, bool Sen
|
|||
|
||||
Player *plr = sObjectMgr.GetPlayer(guid);
|
||||
|
||||
// should remove spirit of redemption
|
||||
if (plr && plr->HasAuraType(SPELL_AURA_SPIRIT_OF_REDEMPTION))
|
||||
plr->RemoveSpellsCausingAura(SPELL_AURA_MOD_SHAPESHIFT);
|
||||
|
||||
if (plr)
|
||||
{
|
||||
// should remove spirit of redemption
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue