mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Scripts/ExilesReach: Update phasing when Stand your Ground quest removed (#29589)
This commit is contained in:
@@ -282,7 +282,10 @@ public:
|
||||
{
|
||||
// Remove aura if player drops quest
|
||||
if (newStatus == QUEST_STATUS_NONE)
|
||||
{
|
||||
player->CastSpell(player, SPELL_UPDATE_PHASE_SHIFT);
|
||||
player->CastSpell(player, SPELL_COMBAT_TRAINING_COMPLETE);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user