Some cleanups. (might break build for scripts as they are a WIP)
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Scripts.Spells.Azerite
|
||||
Creature creatureTarget = GetHitCreature();
|
||||
if (creatureTarget != null)
|
||||
{
|
||||
if (!creatureTarget.IsPet() && creatureTarget.GetEntry() == _originalEntry)
|
||||
if (creatureTarget.IsPet() && creatureTarget.GetEntry() == _originalEntry)
|
||||
{
|
||||
creatureTarget.UpdateEntry(_newEntry);
|
||||
if (_shouldAttack)
|
||||
|
||||
Reference in New Issue
Block a user