mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
[9877] One more meteor-like spell.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
d04dd4e5bf
commit
2edc375e48
2 changed files with 2 additions and 1 deletions
|
|
@ -305,6 +305,7 @@ void Spell::EffectSchoolDMG(SpellEffectIndex effect_idx)
|
||||||
// Meteor like spells (divided damage to targets)
|
// Meteor like spells (divided damage to targets)
|
||||||
case 24340: case 26558: case 28884: // Meteor
|
case 24340: case 26558: case 28884: // Meteor
|
||||||
case 36837: case 38903: case 41276: // Meteor
|
case 36837: case 38903: case 41276: // Meteor
|
||||||
|
case 57467: // Meteor
|
||||||
case 26789: // Shard of the Fallen Star
|
case 26789: // Shard of the Fallen Star
|
||||||
case 31436: // Malevolent Cleave
|
case 31436: // Malevolent Cleave
|
||||||
case 35181: // Dive Bomb
|
case 35181: // Dive Bomb
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9876"
|
#define REVISION_NR "9877"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue