Archaedas should properly start now when clicking on the altar. (#21401)

This commit is contained in:
Wilcalaf
2018-02-12 22:38:08 +02:00
committed by Aokromes
parent 9f0f00257e
commit 6d90944f02

View File

@@ -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;
}
}