mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue