fix(Scripts/Spell): snapshot %dmg and crit when spreading or refreshing diseases with pestilence (#22306)
This commit is contained in:
parent
90eb27cd15
commit
86f460c0ca
2 changed files with 42 additions and 4 deletions
|
|
@ -110,6 +110,7 @@ public:
|
|||
uint8 GetCasterLevel() const { return m_casterLevel; }
|
||||
bool CanApplyResilience() const { return m_applyResilience; }
|
||||
float GetPctMods() const { return m_pctMods; }
|
||||
void SetPctMods(float pctMods) { m_pctMods = pctMods; }
|
||||
|
||||
// xinef: stacking
|
||||
uint32 GetAuraGroup() const { return m_auraGroup; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue