mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user