mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 19:41:30 +00:00
[Feature] Update HateMod used by SPA 114 to Int32. (#2428)
This commit is contained in:
parent
2c9fe4f2b8
commit
7dc9b40ee1
@ -413,7 +413,7 @@ struct StatBonuses {
|
|||||||
uint32 windMod;
|
uint32 windMod;
|
||||||
uint32 stringedMod;
|
uint32 stringedMod;
|
||||||
uint32 songModCap;
|
uint32 songModCap;
|
||||||
int8 hatemod;
|
int32 hatemod;
|
||||||
int64 EnduranceReduction;
|
int64 EnduranceReduction;
|
||||||
|
|
||||||
int32 StrikeThrough; // PoP: Strike Through %
|
int32 StrikeThrough; // PoP: Strike Through %
|
||||||
|
|||||||
@ -380,7 +380,7 @@ uint32 Lua_StatBonuses::GetsongModCap() const {
|
|||||||
return self->songModCap;
|
return self->songModCap;
|
||||||
}
|
}
|
||||||
|
|
||||||
int8 Lua_StatBonuses::Gethatemod() const {
|
int32 Lua_StatBonuses::Gethatemod() const {
|
||||||
Lua_Safe_Call_Int();
|
Lua_Safe_Call_Int();
|
||||||
return self->hatemod;
|
return self->hatemod;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -100,7 +100,7 @@ public:
|
|||||||
uint32 GetwindMod() const;
|
uint32 GetwindMod() const;
|
||||||
uint32 GetstringedMod() const;
|
uint32 GetstringedMod() const;
|
||||||
uint32 GetsongModCap() const;
|
uint32 GetsongModCap() const;
|
||||||
int8 Gethatemod() const;
|
int32 Gethatemod() const;
|
||||||
int64 GetEnduranceReduction() const;
|
int64 GetEnduranceReduction() const;
|
||||||
int32 GetStrikeThrough() const;
|
int32 GetStrikeThrough() const;
|
||||||
int32 GetMeleeMitigation() const;
|
int32 GetMeleeMitigation() const;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user