*Some quest fixes for some dk quests. Not enabled for now. By Azrael and ckegg. sql will be added later so you may get some console error during start up.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-08-16 16:20:31 -05:00
parent 73b2226827
commit 0bf3aa109f
6 changed files with 25 additions and 1135 deletions

View File

@@ -2014,10 +2014,11 @@ void Spell::EffectForceCast(uint32 i)
{
switch(m_spellInfo->Id)
{
// 52463 also use custom damage and the summon veh spell use that damamge and cast mount aura?
case 52588: unitTarget->RemoveAura(damage); break;
}
}
else
else // this was for 52463, need further study
{
unitTarget->CastCustomSpell(unitTarget, spellInfo->Id, &damage, NULL, NULL, true, NULL, NULL, m_originalCasterGUID);
return;