From f98e82103f8dec3d9c2910f4dc3dbb154872228d Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 17 Apr 2019 16:40:25 +0200 Subject: Spell/Script: Kill logs spam for spell_ioc_parachute_ic Closes #23163 (cherry picked from commit c318b3e16d482654112c528d100edddaf6d4e0fe) --- src/server/scripts/Northrend/IsleOfConquest/isle_of_conquest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/server/scripts/Northrend/IsleOfConquest/isle_of_conquest.cpp b/src/server/scripts/Northrend/IsleOfConquest/isle_of_conquest.cpp index e3f5f67e92b..2a006fed0d7 100644 --- a/src/server/scripts/Northrend/IsleOfConquest/isle_of_conquest.cpp +++ b/src/server/scripts/Northrend/IsleOfConquest/isle_of_conquest.cpp @@ -190,6 +190,7 @@ class spell_ioc_parachute_ic : public SpellScriptLoader void HandleTriggerSpell(AuraEffect const* /*aurEff*/) { + PreventDefaultAction(); if (Player* target = GetTarget()->ToPlayer()) if (target->m_movementInfo.GetFallTime() > 2000 && !target->GetTransport()) target->CastSpell(target, SPELL_PARACHUTE_IC, true); -- cgit v1.2.3