DB/Creature: Get rid of more flags

Ref #25764
This commit is contained in:
offl
2021-08-23 00:08:36 +03:00
parent 354a45b09d
commit 2f02c2fb86
2 changed files with 17 additions and 2 deletions

View File

@@ -410,8 +410,7 @@ struct npc_molten_golem : public ScriptedAI
damage = 0;
me->RemoveAllAuras();
me->AttackStop();
// me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_STUNNED); // Set in DB
// me->SetFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_NON_ATTACKABLE); // Set in DB
me->SetReactState(REACT_PASSIVE); // should be replaced by spell 59123
if (me->IsNonMeleeSpellCast(false))
me->InterruptNonMeleeSpells(false);