aboutsummaryrefslogtreecommitdiff
path: root/src/game/Unit.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-04-20 15:54:51 -0500
committermegamage <none@none>2009-04-20 15:54:51 -0500
commit2649b4c44de2e1cb2fdfdfe1c08294cfe37c31d4 (patch)
tree95477f5d082a6136c745ac2889a52ae3ededdce6 /src/game/Unit.h
parent45e61dd4d32f6c66a6ed407107b80edd0e9d598b (diff)
*Do not make deep (ProcDamageAndSpellFor) static.
--HG-- branch : trunk
Diffstat (limited to 'src/game/Unit.h')
-rw-r--r--src/game/Unit.h2
1 files changed, 2 insertions, 0 deletions
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