mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Replace values by defines
Signed-off-by: DiSlord <dislord@nomail.com>
This commit is contained in:
parent
fdfd9c647a
commit
59861857e5
4 changed files with 16 additions and 13 deletions
|
|
@ -277,7 +277,7 @@ enum ItemQualities
|
|||
|
||||
#define SPELL_ATTR_EX2_UNK0 0x00000001 // 0
|
||||
#define SPELL_ATTR_EX2_UNK1 0x00000002 // 1
|
||||
#define SPELL_ATTR_EX2_UNK2 0x00000004 // 2
|
||||
#define SPELL_ATTR_EX2_CANT_REFLECTED 0x00000004 // 2 ? used for detect can or not spell reflected
|
||||
#define SPELL_ATTR_EX2_UNK3 0x00000008 // 3
|
||||
#define SPELL_ATTR_EX2_UNK4 0x00000010 // 4
|
||||
#define SPELL_ATTR_EX2_AUTOREPEAT_FLAG 0x00000020 // 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue