diff options
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 4a05ac0d30c..450cd5e672b 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -5422,3 +5422,4 @@ int32 Spell::CalculateDamageDone(Unit *unit, const uint32 effectMask, float *mul return damageDone; } + |