diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index f8fa301341e..9f21fd442d4 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3729,6 +3729,10 @@ void SpellMgr::LoadSpellCustomAttr() case 30421: // Nether Portal - Perseverence spellInfo->EffectBasePoints[2] += 30000; break; + // some dummy spell only has dest, should push caster in this case + case 62324: // Throw Passenger + spellInfo->Targets |= TARGET_FLAG_CASTER; + break; default: break; } |