mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
d69abfcae1
15 changed files with 98 additions and 167 deletions
|
|
@ -1429,6 +1429,10 @@ struct SpellEntry
|
|||
|
||||
// helpers
|
||||
int32 CalculateSimpleValue(uint8 eff) const { return EffectBasePoints[eff]+int32(EffectBaseDice[eff]); }
|
||||
uint32 const* GetEffectSpellClassMask(uint8 effect) const
|
||||
{
|
||||
return EffectSpellClassMaskA + effect * 3;
|
||||
}
|
||||
|
||||
private:
|
||||
// prevent creating custom entries (copy data from original in fact)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue