mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-09 03:18:57 +01:00
Scripts/Molten Core: Remove a redundant health-check in majordomo executus script.
Thanks to Lopin for pointing out.
This commit is contained in:
@@ -150,11 +150,8 @@ public:
|
||||
}
|
||||
|
||||
//Cast Ageis if less than 50% hp
|
||||
if (me->GetHealth()*100 / me->GetMaxHealth() < 50)
|
||||
if (HealthBelowPct(50))
|
||||
{
|
||||
DoCast(me, SPELL_AEGIS);
|
||||
}
|
||||
|
||||
if (MagicReflection_Timer <= diff)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user