diff options
author | silver1ce <none@none> | 2010-01-10 13:52:13 +0200 |
---|---|---|
committer | silver1ce <none@none> | 2010-01-10 13:52:13 +0200 |
commit | eea50de960f0035cd54e985dc119870aa215732b (patch) | |
tree | 33a184ec8c3504f6f58ce0805b1df6ff6391f0b2 /src/game/SpellAuras.h | |
parent | e3ff6145eec7e72299d4223714e98048643c5c75 (diff) |
now all aura updates are placed into one packet
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellAuras.h')
-rw-r--r-- | src/game/SpellAuras.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index b83d19f2310..309e646edcc 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -72,6 +72,7 @@ class AuraApplication void SetNeedClientUpdate() { m_needClientUpdate = true;} bool IsNeedClientUpdate() const { return m_needClientUpdate;} void ClientUpdate(bool remove = false); + void ConstructAuraInfo(ByteBuffer &); }; class TRINITY_DLL_SPEC Aura |