mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(Scripts/Spells): Creatures no longer spawn Pool of Blood on evade (#24125)
This commit is contained in:
@@ -2028,6 +2028,7 @@ class spell_gen_animal_blood : public AuraScript
|
||||
return;
|
||||
|
||||
if (Unit* owner = GetUnitOwner())
|
||||
if (owner->IsInWater())
|
||||
owner->CastSpell(owner, SPELL_SPAWN_BLOOD_POOL, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user