Misc fixes

This commit is contained in:
hondacrx
2022-05-26 20:08:54 -04:00
parent 558e976a5e
commit 9b6540c91d
10 changed files with 97 additions and 184 deletions
-4
View File
@@ -1302,10 +1302,6 @@ namespace Game.Spells
case SpellFamilyNames.Generic:
switch (GetId())
{
case 32474: // Buffeting Winds of Susurrus
if (target.IsTypeId(TypeId.Player))
target.ToPlayer().ActivateTaxiPathTo(506, GetId());
break;
case 33572: // Gronn Lord's Grasp, becomes stoned
if (GetStackAmount() >= 5 && !target.HasAura(33652))
target.CastSpell(target, 33652, new CastSpellExtraArgs(TriggerCastFlags.FullMask).SetOriginalCastId(GetCastId()));