Scripts/Ulduar: Codestyle fix

* Making jackpoz happy xD

(cherry picked from commit a72197911e)
This commit is contained in:
Keader
2020-05-30 13:13:02 -03:00
committed by Shauren
parent 09f611e467
commit 4fa0b1b005

View File

@@ -393,10 +393,11 @@ private:
struct npc_xt002_heart : public NullCreatureAI
{
npc_xt002_heart(Creature* creature) : NullCreatureAI(creature)
npc_xt002_heart(Creature* creature) : NullCreatureAI(creature), _instance(creature->GetInstanceScript()) { }
void Reset() override
{
creature->SetRegenerateHealth(false);
_instance = creature->GetInstanceScript();
me->SetRegenerateHealth(false);
}
void DoAction(int32 action) override