mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Updated spell auras/effects enum
This commit is contained in:
parent
4155a63696
commit
aedf3dd722
4 changed files with 19 additions and 3 deletions
|
|
@ -678,7 +678,10 @@ enum SpellEffects
|
|||
SPELL_EFFECT_CREATE_ITEM_2 = 157,
|
||||
SPELL_EFFECT_MILLING = 158,
|
||||
SPELL_EFFECT_ALLOW_RENAME_PET = 159,
|
||||
TOTAL_SPELL_EFFECTS = 160
|
||||
SPELL_EFFECT_160 = 160,
|
||||
SPELL_EFFECT_161 = 161,
|
||||
SPELL_EFFECT_162 = 162,
|
||||
TOTAL_SPELL_EFFECTS = 163
|
||||
};
|
||||
|
||||
// Spell aura states
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue