diff options
author | megamage <none@none> | 2009-08-23 01:08:09 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-08-23 01:08:09 -0500 |
commit | dee4a9fd872c28587efe18f6859b91ce3d5ae805 (patch) | |
tree | e1839645709ee3e693a22bdb489c41499b98504f /src/game/SpellMgr.cpp | |
parent | b35fe879ad812947a50666ccc41d3603227291f9 (diff) |
*Update flame leviathan script.
--HG--
branch : trunk
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; } |