mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Core/Misc: fixed compile warning
This commit is contained in:
@@ -128,10 +128,10 @@ class TC_GAME_API AuctionHouseObject
|
||||
|
||||
struct PlayerGetAllThrottleData
|
||||
{
|
||||
uint32 Global;
|
||||
uint32 Cursor;
|
||||
uint32 Tombstone;
|
||||
time_t NextAllowedReplication;
|
||||
uint32 Global = 0;
|
||||
uint32 Cursor = 0;
|
||||
uint32 Tombstone = 0;
|
||||
time_t NextAllowedReplication = 0;
|
||||
|
||||
bool IsReplicationInProgress() const { return Cursor != Tombstone && Global != 0; }
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user