diff options
| author | QAston <none@none> | 2009-04-14 20:21:16 +0200 |
|---|---|---|
| committer | QAston <none@none> | 2009-04-14 20:21:16 +0200 |
| commit | b966e63f73ca1a34173964de91a66c0d8f3e7aaf (patch) | |
| tree | b1df341048dd30ca7c9289226f6c9ddee721d4ad /src/game/SpellAuras.cpp | |
| parent | 7d2e5c31a850d2a42fbe0f4a344b496235989af5 (diff) | |
*Fix Fan of Knives.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.cpp')
| -rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e0d52abf3b9..9e5906cecf8 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6176,7 +6176,7 @@ void AuraEffect::PeriodicTick() // Haunting Spirits if (GetId() == 7057) { - m_target->CastSpell((Unit*) , m_amount , true); + m_target->CastSpell((Unit*)NULL , m_amount , true); m_amplitude = irand (0 , 60 ) + 30; m_amplitude *= IN_MILISECONDS; break; |
