mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[8265] Add boss spells 64422 and 64688 to divided damage spells list.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
48eb01666d
commit
f0a878bf1e
3 changed files with 4 additions and 1 deletions
|
|
@ -321,6 +321,7 @@ void Spell::EffectSchoolDMG(uint32 effect_idx)
|
|||
case 40810: case 43267: case 43268: // Saber Lash
|
||||
case 42384: // Brutal Swipe
|
||||
case 45150: // Meteor Slash
|
||||
case 64422: case 64688: // Sonic Screech
|
||||
{
|
||||
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