Spell/Script: Spawn Blood Pool
Port From (https://github.com/TrinityCore/TrinityCore/commit/10cf49e130304a3b71cce13a31662f42af7bd72a)
This commit is contained in:
@@ -557,8 +557,7 @@ namespace Scripts.Spells.Generic
|
|||||||
{
|
{
|
||||||
Unit owner = GetUnitOwner();
|
Unit owner = GetUnitOwner();
|
||||||
if (owner)
|
if (owner)
|
||||||
if (owner.IsInWater())
|
owner.CastSpell(owner, SpellIds.SpawnBloodPool, true);
|
||||||
owner.CastSpell(owner, SpellIds.SpawnBloodPool, true);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Register()
|
public override void Register()
|
||||||
|
|||||||
Reference in New Issue
Block a user