From aab870f9b523ef964a92231b8d26ea6f99695c0d Mon Sep 17 00:00:00 2001 From: lutik Date: Thu, 21 Jan 2010 23:53:30 +0100 Subject: [PATCH] [9236] Set damage division for spells 70492, 72505, 72624 and 72625 Signed-off-by: NoFantasy --- src/game/SpellEffects.cpp | 2 ++ src/shared/revision_nr.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 90c85779e..e38596b34 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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::iterator ihit= m_UniqueTargetInfo.begin();ihit != m_UniqueTargetInfo.end();++ihit) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 53757ce17..6a219d5ab 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9235" + #define REVISION_NR "9236" #endif // __REVISION_NR_H__