Quest: Ruthless Cunning and Returning the Favor

Port From (https://github.com/TrinityCore/TrinityCore/commit/f377dc23f3bb54180996d3dc570196af75278d00)
This commit is contained in:
hondacrx
2021-11-15 23:33:45 -05:00
parent 6e6166eec1
commit 0292bb9c09
2 changed files with 1 additions and 13 deletions
-11
View File
@@ -2848,17 +2848,6 @@ namespace Game.Spells
unitTarget.RemoveMovementImpairingAuras(true);
break;
}
// Plant Warmaul Ogre Banner
case 32307:
Player caster = m_caster.ToPlayer();
if (caster != null)
{
caster.RewardPlayerAndGroupAtEvent(18388, unitTarget);
Creature target = unitTarget.ToCreature();
if (target != null)
target.DespawnOrUnsummon();
}
break;
// Mug Transformation
case 41931:
{