*Spell proc event entries for: dirge, rime, desecration, glyph of heart strike.

--HG--
branch : trunk
This commit is contained in:
Destalker
2009-07-08 19:01:48 +02:00
parent e208f8750d
commit 60e8de1d2e
3 changed files with 26 additions and 11 deletions

View File

@@ -213,7 +213,7 @@ void Unit::Update( uint32 p_time )
// If this is set during update SetCantProc(false) call is missing somewhere in the code
// Having this would prevent spells from being proced, so let's crash
assert(!m_procDeep)
assert(!m_procDeep);
if (CanHaveThreatList() && getThreatManager().isNeedUpdateToClient(p_time))
SendThreatListUpdate();