Skip to content

Commit

Permalink
[9236] Set damage division for spells 70492, 72505, 72624 and 72625
Browse files Browse the repository at this point in the history
Signed-off-by: NoFantasy <nofantasy@nf.no>
  • Loading branch information
lutik authored and NoFantasy committed Jan 21, 2010
1 parent b54beb9 commit ab184ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/game/SpellEffects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9235"
#define REVISION_NR "9236"
#endif // __REVISION_NR_H__

0 comments on commit ab184ae

Please sign in to comment.