aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShocker <none@none>2010-09-29 00:20:34 +0300
committerShocker <none@none>2010-09-29 00:20:34 +0300
commit11b682e4df09b826e0bdac3a9faf6507eb9e51f8 (patch)
treef7bb70bc1a9eadd2c292005f5ab39274eea19525 /src
parent665e7a06ce47359ff933faf6bce19626de24fb80 (diff)
Core/Spells: Rename SPELL_ATTR_EX7_UNK3 spell attribute to SPELL_ATTR_EX7_DISABLED_CLIENT_SIDE
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/server/game/Miscellaneous/SharedDefines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/Miscellaneous/SharedDefines.h b/src/server/game/Miscellaneous/SharedDefines.h
index 105a4616e4b..0f7ec500d55 100644
--- a/src/server/game/Miscellaneous/SharedDefines.h
+++ b/src/server/game/Miscellaneous/SharedDefines.h
@@ -497,7 +497,7 @@ const uint32 ItemQualityColors[MAX_ITEM_QUALITY] = {
#define SPELL_ATTR_EX7_UNK0 0x00000001 // 0 Shaman's new spells (Call of the ...), Feign Death.
#define SPELL_ATTR_EX7_UNK1 0x00000002 // 1 Not set in 3.2.2a.
#define SPELL_ATTR_EX7_REACTIVATE_AT_RESURRECT 0x00000004 // 2 Paladin's auras and 65607 only.
-#define SPELL_ATTR_EX7_UNK3 0x00000008 // 3 Only 43574 test spell.
+#define SPELL_ATTR_EX7_DISABLED_CLIENT_SIDE 0x00000008 // 3 used only by client to disable spells client-side. some sort of special player flag (0x40000) bypasses that restriction
#define SPELL_ATTR_EX7_UNK4 0x00000010 // 4 Only 66109 test spell.
#define SPELL_ATTR_EX7_SUMMON_PLAYER_TOTEM 0x00000020 // 5 Only Shaman player totems.
#define SPELL_ATTR_EX7_UNK6 0x00000040 // 6 Dark Surge, Surge of Light, Burning Breath triggers (boss spells).