Skip to content

Commit

Permalink
Core/Quests: Fixed "War is Hell" quest
Browse files Browse the repository at this point in the history
  • Loading branch information
lostgenx committed May 8, 2013
1 parent 2175da6 commit dceb638
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/game/Spells/SpellMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3651,6 +3651,9 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->manaCost = 0;
spellInfo->manaPerSecond = 0;
break;
case 42793: // Burn Body (Quest: War Is Hell!)
spellInfo->EffectImplicitTargetA[2] = TARGET_UNIT_CASTER;
spellInfo->EffectMiscValue[2] = 24008;
case 24314: // Threatening Gaze
spellInfo->AuraInterruptFlags |= AURA_INTERRUPT_FLAG_CAST | AURA_INTERRUPT_FLAG_MOVE | AURA_INTERRUPT_FLAG_JUMP;
default:
Expand Down

0 comments on commit dceb638

Please sign in to comment.