mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
update (core): Additional anticheat helper (#12692)
update (core): Addition anticheat helper
This commit is contained in:
@@ -1913,6 +1913,10 @@ void AuraEffect::HandleAuraModShapeshift(AuraApplication const* aurApp, uint8 mo
|
||||
case FORM_FLIGHT:
|
||||
case FORM_MOONKIN:
|
||||
{
|
||||
if (Player* player = target->ToPlayer())
|
||||
{
|
||||
player->SetCanTeleport(true);
|
||||
}
|
||||
// remove movement affects
|
||||
target->RemoveAurasByShapeShift();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user