mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 01:37:05 +00:00
[8451] Implement talent 47236 and ranks.
Added changes base at merge of patches suggested by pasdVn and Astellar.
This commit is contained in:
parent
9c5f85d309
commit
69fbe1e82f
7 changed files with 58 additions and 23 deletions
|
|
@ -179,11 +179,6 @@ enum SpellSchoolMask
|
|||
SPELL_SCHOOL_MASK_ALL = ( SPELL_SCHOOL_MASK_NORMAL | SPELL_SCHOOL_MASK_MAGIC )
|
||||
};
|
||||
|
||||
#define SPELL_SCHOOL_MASK_MAGIC \
|
||||
( SPELL_SCHOOL_MASK_HOLY | SPELL_SCHOOL_MASK_FIRE | SPELL_SCHOOL_MASK_NATURE | \
|
||||
SPELL_SCHOOL_MASK_FROST | SPELL_SCHOOL_MASK_SHADOW | \
|
||||
SPELL_SCHOOL_MASK_ARCANE )
|
||||
|
||||
inline SpellSchools GetFirstSchoolInMask(SpellSchoolMask mask)
|
||||
{
|
||||
for(int i = 0; i < MAX_SPELL_SCHOOL; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue