From 60e8de1d2ef8d92e43fb9139b82b6ec5e60936dd Mon Sep 17 00:00:00 2001 From: Destalker Date: Wed, 8 Jul 2009 19:01:48 +0200 Subject: *Spell proc event entries for: dirge, rime, desecration, glyph of heart strike. --HG-- branch : trunk --- src/game/Unit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Unit.cpp') diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index e2872012842..3b88fa9c399 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -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(); -- cgit v1.2.3