diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellAuras.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 39c959bdc3e..b6c44b8cc60 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -6650,6 +6650,7 @@ void AuraEffect::PeriodicDummyTick() case SPELLFAMILY_WARLOCK: switch (spell->Id) { + // Demonic Circle case 48018: GameObject* obj = m_target->GetGameObject(spell->Id); if (!obj) return; |