mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
*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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user