Skip to content

Commit 42d59fe

Browse files
committed
Fix SpellSchoolMask for non trinitycore.
1 parent 85a764f commit 42d59fe

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ElunaSpellWrapper.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ class SpellInfo;
1313
class ProcEventInfo;
1414
class DamageInfo;
1515
class HealInfo;
16+
#ifdef ELUNA_TRINITY
1617
enum SpellSchoolMask : uint32;
18+
#else
19+
enum SpellSchoolMask;
20+
#endif
1721
enum DamageEffectType : uint8;
1822
enum WeaponAttackType : uint8;
1923
#ifdef ELUNA_TRINITY

0 commit comments

Comments
 (0)