Core/Misc: Define / rename attributes and flags (#26315)

Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
offl
2021-04-08 19:28:02 +03:00
committed by GitHub
parent 9aff21b3d5
commit e6d9d9ead9
10 changed files with 69 additions and 69 deletions

View File

@@ -312,7 +312,7 @@ struct boss_algalon_the_observer : public BossAI
{
case ACTION_START_INTRO:
{
me->SetFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_INSTANTLY_APPEAR_MODEL);
me->SetFlag(UNIT_FIELD_FLAGS_2, UNIT_FLAG2_DO_NOT_FADE_IN);
me->SetDisableGravity(true);
DoCastSelf(SPELL_ARRIVAL, true);
DoCastSelf(SPELL_RIDE_THE_LIGHTNING, true);