fix(Scripts/TempleOfAhnQiraj): Reduce player damage req for Ouro (#13065)

* fix(Core/TempleOfAhnQiraj): Reduce player damage req for ouro

* move
This commit is contained in:
Angelo Venturini
2022-09-25 10:44:00 -03:00
committed by GitHub
parent 654ab0cc6f
commit 63acc11234

View File

@@ -291,6 +291,7 @@ struct npc_dirt_mound : ScriptedAI
{
creature->SetInCombatWithZone();
creature->SetHealth(_ouroHealth);
creature->LowerPlayerDamageReq(creature->GetMaxHealth() - creature->GetHealth());
}
}