mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
[Cleanup] Cleanup Haste references and Lua API calls for unsigned to signed. (#2240)
This commit is contained in:
+9
-9
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user