From 2649b4c44de2e1cb2fdfdfe1c08294cfe37c31d4 Mon Sep 17 00:00:00 2001 From: megamage Date: Mon, 20 Apr 2009 15:54:51 -0500 Subject: *Do not make deep (ProcDamageAndSpellFor) static. --HG-- branch : trunk --- src/game/Unit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/Unit.h') diff --git a/src/game/Unit.h b/src/game/Unit.h index 89c0ddad86a..0179097de77 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1532,6 +1532,8 @@ class TRINITY_DLL_SPEC Unit : public WorldObject uint32 m_reducedThreatPercent; uint64 m_misdirectionTargetGUID; + + uint32 m_procDeep; }; namespace Trinity -- cgit v1.2.3