diff options
author | Killyana <morphone1@gmail.com> | 2019-04-17 16:40:25 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-17 16:40:25 +0200 |
commit | c318b3e16d482654112c528d100edddaf6d4e0fe (patch) | |
tree | b58ed8350af1af56a13be960d8e79f7a0fbf2463 /src | |
parent | 6e011c974d55135f56df7802699c05fc95ee7873 (diff) |
Spell/Script: Kill logs spam for spell_ioc_parachute_ic
Closes #23163
Diffstat (limited to 'src')
-rw-r--r-- | src/server/scripts/Northrend/IsleOfConquest/isle_of_conquest.cpp | 1 |
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 c51ef9de59f..5912ecff733 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.fallTime > 2000 && !target->GetTransport()) target->CastSpell(target, SPELL_PARACHUTE_IC, true); |