Scripts/Blackwing Lair: Fix access to loot from Vaelastrasz

This commit is contained in:
Sarjuuk
2011-07-24 06:58:29 +07:00
committed by tobmaps
parent 3e70742e81
commit ef57bc3439

View File

@@ -143,6 +143,8 @@ public:
DoCast(me, SPELL_ESSENCEOFTHERED);
DoZoneInCombat();
me->SetHealth(me->CountPctFromMaxHealth(30));
// now drop damage requirement to be able to take loot
me->ResetPlayerDamageReq();
}
void UpdateAI(const uint32 diff)