diff --git a/Source/Scripts/Spells/Generic.cs b/Source/Scripts/Spells/Generic.cs index 131ca5f85..f6c195a33 100644 --- a/Source/Scripts/Spells/Generic.cs +++ b/Source/Scripts/Spells/Generic.cs @@ -557,8 +557,7 @@ namespace Scripts.Spells.Generic { Unit owner = GetUnitOwner(); if (owner) - if (owner.IsInWater()) - owner.CastSpell(owner, SpellIds.SpawnBloodPool, true); + owner.CastSpell(owner, SpellIds.SpawnBloodPool, true); } public override void Register()