fix(Core/Items): Players should dismount upon using Brazier of Dancin… (#14055)
* fix(Core/Items): Players should dismount upon using Brazier of Dancing Flames. Fixes #10327 * Update.
This commit is contained in:
parent
14f3b444ae
commit
6889ed4f2a
1 changed files with 3 additions and 0 deletions
|
|
@ -840,7 +840,10 @@ public:
|
|||
break;
|
||||
case TEXT_EMOTE_DANCE:
|
||||
if (!player->HasAura(SPELL_SEDUCTION))
|
||||
{
|
||||
player->RemoveAurasByType(SPELL_AURA_MOUNTED);
|
||||
DoCast(player, SPELL_SEDUCTION, true);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue