From 16c22be60edb4e032361c9299d850f0ed892d002 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Sat, 13 Feb 2021 20:42:32 -0500 Subject: [PATCH] Scripts/Spells: Druid Travel Form freeze fix Port From (https://github.com/TrinityCore/TrinityCore/commit/414338a27b2468f29c5bded607b8cbc145050ba9) --- Source/Scripts/Spells/Druid.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Scripts/Spells/Druid.cs b/Source/Scripts/Spells/Druid.cs index 17ee8fb24..80e8ad48e 100644 --- a/Source/Scripts/Spells/Druid.cs +++ b/Source/Scripts/Spells/Druid.cs @@ -805,6 +805,9 @@ namespace Scripts.Spells.Druid void AfterRemove(AuraEffect aurEff, AuraEffectHandleModes mode) { + if (triggeredSpellId == m_scriptSpellId) + return; + Player player = GetTarget().ToPlayer(); if (triggeredSpellId != 0) // Apply new form