mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[9236] Set damage division for spells 70492, 72505, 72624 and 72625
Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
dce014e887
commit
aab870f9b5
2 changed files with 3 additions and 1 deletions
|
|
@ -322,6 +322,8 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
||||||
case 42384: // Brutal Swipe
|
case 42384: // Brutal Swipe
|
||||||
case 45150: // Meteor Slash
|
case 45150: // Meteor Slash
|
||||||
case 64422: case 64688: // Sonic Screech
|
case 64422: case 64688: // Sonic Screech
|
||||||
|
case 70492: case 72505: // Ooze Eruption
|
||||||
|
case 72624: case 72625: // Ooze Eruption
|
||||||
{
|
{
|
||||||
uint32 count = 0;
|
uint32 count = 0;
|
||||||
for(std::list<TargetInfo>::iterator ihit= m_UniqueTargetInfo.begin();ihit != m_UniqueTargetInfo.end();++ihit)
|
for(std::list<TargetInfo>::iterator ihit= m_UniqueTargetInfo.begin();ihit != m_UniqueTargetInfo.end();++ihit)
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9235"
|
#define REVISION_NR "9236"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue