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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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