aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2021-03-11 18:26:23 +0200
committerShauren <shauren.trinity@gmail.com>2022-03-07 00:15:53 +0100
commit9ac16dc2198467f2fd2370119eb9e2d922120787 (patch)
treecc9fc209253e24b121518aba537a35596ca7ce56 /src
parente9778e24122e58a9d34141518a10b3d27b32d0fa (diff)
DB/Spells: Sayge's Carnie Buff & Buffeting Winds of Susurrus
Ref #24663 (cherry picked from commit d6c83592241e84021e142cd45ed4a6a0b5b7d4d3)
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Spells/Auras/SpellAuras.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/game/Spells/Auras/SpellAuras.cpp b/src/server/game/Spells/Auras/SpellAuras.cpp
index c8ccd2ec454..003a3da2a6b 100644
--- a/src/server/game/Spells/Auras/SpellAuras.cpp
+++ b/src/server/game/Spells/Auras/SpellAuras.cpp
@@ -1407,10 +1407,6 @@ void Aura::HandleAuraSpecificMods(AuraApplication const* aurApp, Unit* caster, b
case SPELLFAMILY_GENERIC:
switch (GetId())
{
- case 32474: // Buffeting Winds of Susurrus
- if (target->GetTypeId() == 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, CastSpellExtraArgs(TRIGGERED_FULL_MASK)