[Spells] Implement PVP resist and duration overrides (#1513)

* Make use of PVP resist field

* Implement PVP duration formulas
This commit is contained in:
Michael Cook (mackal)
2021-09-03 21:19:39 -04:00
committed by GitHub
parent af6d344e12
commit 41352f77ae
9 changed files with 60 additions and 24 deletions
+2
View File
@@ -83,6 +83,8 @@ public:
int GetPVPResistCalc();
int GetPVPResistCap();
int GetSpellCategory();
int GetPVPDuration();
int GetPVPDurationCap();
int GetCanMGB();
int GetDispelFlag();
int GetMinResist();