mirror of
https://github.com/mangosfour/server.git
synced 2025-12-27 10:37:02 +00:00
And more build errors fixed
3 errors left! Then the <bleep> will really hit the fan!
This commit is contained in:
parent
4baf9907c7
commit
e8d7dbb8bb
4 changed files with 21 additions and 11 deletions
|
|
@ -2050,14 +2050,6 @@ struct SpellEntry
|
|||
uint32 GetTargets() const;
|
||||
uint32 GetEffectApplyAuraNameByIndex(SpellEffectIndex index) const;
|
||||
|
||||
// helpers
|
||||
/*
|
||||
int32 CalculateSimpleValue(SpellEffectIndex eff) const { return EffectBasePoints[eff] + int32(1); }
|
||||
ClassFamilyMask const& GetEffectSpellClassMask(SpellEffectIndex effect) const
|
||||
{
|
||||
return EffectSpellClassMask[effect];
|
||||
} */
|
||||
|
||||
bool IsFitToFamilyMask(uint64 familyFlags, uint32 familyFlags2 = 0) const
|
||||
{
|
||||
SpellClassOptionsEntry const* classOpt = GetSpellClassOptions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue