[9564] Remove some trailing whitespace and add comment for last commit.

Signed-off-by: hunuza <hunuza@gmail.com>
This commit is contained in:
hunuza 2010-03-10 13:45:00 +01:00
parent efe0cde815
commit 5d84477f7f
10 changed files with 21 additions and 20 deletions

View file

@ -1465,7 +1465,7 @@ void Aura::HandleAddModifier(bool apply, bool Real)
case 31834: // Light's Grace
case 34754: // Clearcasting
case 34936: // Backlash
case 44401: // Missile Barrage
case 44401: // Missile Barrage
case 48108: // Hot Streak
case 51124: // Killing Machine
case 54741: // Firestarter
@ -7192,7 +7192,7 @@ void Aura::PeriodicTick()
Unit *pCaster = GetCaster();
if(!pCaster)
return;
// heal for caster damage (must be alive)
if(m_target != pCaster && GetSpellProto()->SpellVisual[0] == 163 && !pCaster->isAlive())
return;