mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2026-01-26 22:31:35 -08:00
refactor(Core/Misc): Update attributes to blizzlike
This commit is contained in:
parent
a0a9e26431
commit
ffc5dfc19e
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ const uint32 ItemQualityColors[MAX_ITEM_QUALITY] =
|
|||
|
||||
enum SpellAttr0
|
||||
{
|
||||
SPELL_ATTR0_UNK0 = 0x00000001, // TITLE Unknown attribute 0@Attr0
|
||||
SPELL_ATTR0_PROC_FAILURE_BURNS_CHARGE = 0x00000001, // TITLE Unknown attribute 0@Attr0
|
||||
SPELL_ATTR0_REQ_AMMO = 0x00000002, // TITLE Treat as ranged attack DESCRIPTION Use ammo, ranged attack range modifiers, ranged haste, etc.
|
||||
SPELL_ATTR0_ON_NEXT_SWING = 0x00000004, // TITLE On next melee (type 1) DESCRIPTION Both "on next swing" attributes have identical handling in server & client
|
||||
SPELL_ATTR0_IS_REPLENISHMENT = 0x00000008, // TITLE Replenishment (client only)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue