mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
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:
@@ -291,6 +291,7 @@ struct npc_dirt_mound : ScriptedAI
|
||||
{
|
||||
creature->SetInCombatWithZone();
|
||||
creature->SetHealth(_ouroHealth);
|
||||
creature->LowerPlayerDamageReq(creature->GetMaxHealth() - creature->GetHealth());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user