mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
Archaedas should properly start now when clicking on the altar. (#21401)
This commit is contained in:
@@ -257,6 +257,8 @@ class instance_uldaman : public InstanceMapScript
|
||||
{
|
||||
archaedas->RemoveAura(SPELL_FREEZE_ANIM);
|
||||
archaedas->CastSpell(archaedas, SPELL_ARCHAEDAS_AWAKEN, false);
|
||||
archaedas->SetFaction(FACTION_TITAN);
|
||||
archaedas->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NOT_SELECTABLE);
|
||||
whoWokeuiArchaedasGUID = target;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user