diff options
| author | Killyana <morphone1@gmail.com> | 2019-04-17 16:40:25 +0200 | 
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-30 22:41:16 +0100 | 
| commit | f98e82103f8dec3d9c2910f4dc3dbb154872228d (patch) | |
| tree | d910644937762f03b3015f35c84554c765bb9620 /src/server/scripts | |
| parent | 171947fa62aaf4e4d9cd1aaed163279e6b8a6222 (diff) | |
Spell/Script: Kill logs spam for spell_ioc_parachute_ic
Closes #23163
(cherry picked from commit c318b3e16d482654112c528d100edddaf6d4e0fe)
Diffstat (limited to 'src/server/scripts')
| -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 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); | 
