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:
parent
654ab0cc6f
commit
63acc11234
1 changed files with 1 additions and 0 deletions
|
|
@ -291,6 +291,7 @@ struct npc_dirt_mound : ScriptedAI
|
|||
{
|
||||
creature->SetInCombatWithZone();
|
||||
creature->SetHealth(_ouroHealth);
|
||||
creature->LowerPlayerDamageReq(creature->GetMaxHealth() - creature->GetHealth());
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue