mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
Scripts/BoT: fixed a typo that was causing Engulfing Magic to target literally anything
This commit is contained in:
@@ -1129,8 +1129,8 @@ class EngulfingMagicCheck
|
||||
if (Unit* target = object->ToUnit())
|
||||
return ((target->getClass() == CLASS_HUNTER
|
||||
|| target->getClass() == CLASS_WARRIOR
|
||||
|| target->getClass() == CLASS_DEATH_KNIGHT
|
||||
) && !target->HasAura(SPELL_TWILIGHT_METEORITE_TARGETING));
|
||||
|| target->getClass() == CLASS_DEATH_KNIGHT)
|
||||
|| target->HasAura(SPELL_TWILIGHT_METEORITE_TARGETING));
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user