mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
fix(Scripts/RuinsOfAhnQiraj): Lower player damage req when Buru is da… (#12820)
This commit is contained in:
@@ -137,6 +137,10 @@ struct boss_buru : public BossAI
|
||||
{
|
||||
damage = damage * 0.01f; // 99% dmg resist
|
||||
}
|
||||
else if (attacker->GetEntry() == NPC_BURU_EGG)
|
||||
{
|
||||
me->LowerPlayerDamageReq(damage);
|
||||
}
|
||||
|
||||
if (me->HealthBelowPctDamaged(20, damage) && _phase == PHASE_EGG)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user