aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-17 16:40:25 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-30 22:41:16 +0100
commitf98e82103f8dec3d9c2910f4dc3dbb154872228d (patch)
treed910644937762f03b3015f35c84554c765bb9620
parent171947fa62aaf4e4d9cd1aaed163279e6b8a6222 (diff)
Spell/Script: Kill logs spam for spell_ioc_parachute_ic
Closes #23163 (cherry picked from commit c318b3e16d482654112c528d100edddaf6d4e0fe)
-rw-r--r--src/server/scripts/Northrend/IsleOfConquest/isle_of_conquest.cpp1
1 files changed, 1 insertions, 0 deletions
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);