[9236] Set damage division for spells 70492, 72505, 72624 and 72625

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
lutik 2010-01-21 23:53:30 +01:00 committed by NoFantasy
parent dce014e887
commit aab870f9b5
2 changed files with 3 additions and 1 deletions

View file

@ -322,6 +322,8 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
case 42384: // Brutal Swipe
case 45150: // Meteor Slash
case 64422: case 64688: // Sonic Screech
case 70492: case 72505: // Ooze Eruption
case 72624: case 72625: // Ooze Eruption
{
uint32 count = 0;
for(std::list<TargetInfo>::iterator ihit= m_UniqueTargetInfo.begin();ihit != m_UniqueTargetInfo.end();++ihit)