diff options
author | Drahy <none@none> | 2009-06-06 23:06:49 +0200 |
---|---|---|
committer | Drahy <none@none> | 2009-06-06 23:06:49 +0200 |
commit | f505101d8f796c638f50635b522b44fb8c40ddce (patch) | |
tree | 8574f76d8416f7bb6a3fa00a7a9426d59ef1d865 /src | |
parent | efbf91102640dcc5e73a9d5826a57de6195430a2 (diff) |
*Update spell bonus data for many spells.
--HG--
branch : trunk
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; |