diff options
| author | Machiavelli <machiavelli.trinity@gmail.com> | 2011-06-07 16:23:20 +0200 | 
|---|---|---|
| committer | Machiavelli <machiavelli.trinity@gmail.com> | 2011-06-07 16:23:20 +0200 | 
| commit | 16ceb5a39e25c74ab35036296c0120c8103b4a60 (patch) | |
| tree | 32ef37b83d99198e1e829771345acf4ef23cdb2c /src | |
| parent | e8bc02f3bd23c8e13243b3f298700c9027f90857 (diff) | |
Core/Spells: Change a log message to debug level and make it more descriptive.
Diffstat (limited to 'src')
| -rwxr-xr-x | src/server/game/Spells/Spell.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Spells/Spell.cpp b/src/server/game/Spells/Spell.cpp index 5b8d4cd42a6..fe4ca2912b4 100755 --- a/src/server/game/Spells/Spell.cpp +++ b/src/server/game/Spells/Spell.cpp @@ -2258,7 +2258,7 @@ void Spell::SelectEffectTargets(uint32 i, uint32 cur)          {              if (!m_originalCaster || !m_originalCaster->GetCurrentSpell(CURRENT_CHANNELED_SPELL))              { -                sLog->outError("SPELL: no current channeled spell for spell ID %u", m_spellInfo->Id); +                sLog->outDebug(LOG_FILTER_SPELLS_AURAS, "SPELL: no current channeled spell for spell ID %u - spell triggering this spell was interrupted.", m_spellInfo->Id);                  break;              }  | 
