[Cleanup] Cleanup Haste references and Lua API calls for unsigned to signed. (#2240)

This commit is contained in:
Kinglykrab
2022-06-04 14:00:21 -04:00
committed by GitHub
parent 8414ce02e3
commit 7160aa651e
4 changed files with 20 additions and 20 deletions
+9 -9
View File
@@ -41,7 +41,7 @@ public:
uint32 GetSlots();
uint32 GetPrice();
uint32 GetIcon();
uint32 GetLoreGroup();
int32 GetLoreGroup();
bool GetLoreFlag();
bool GetPendingLoreFlag();
bool GetArtifactFlag();
@@ -129,14 +129,14 @@ public:
uint32 GetLDoNSold();
uint32 GetBaneDmgRaceAmt();
uint32 GetAugRestrict();
uint32 GetEndur();
uint32 GetDotShielding();
uint32 GetAttack();
uint32 GetRegen();
uint32 GetManaRegen();
uint32 GetEnduranceRegen();
uint32 GetHaste();
uint32 GetDamageShield();
int32 GetEndur();
int32 GetDotShielding();
int32 GetAttack();
int32 GetRegen();
int32 GetManaRegen();
int32 GetEnduranceRegen();
int32 GetHaste();
int32 GetDamageShield();
uint32 GetRecastDelay();
uint32 GetRecastType();
uint32 GetAugDistiller();