mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +00:00
fix(Core/Mail): Mailhandler cleanup (#2802)
This commit is contained in:
@@ -132,6 +132,8 @@ inline bool myisfinite(float f) { return isfinite(f) && !isnan(f); }
|
||||
|
||||
#define STRINGIZE(a) #a
|
||||
|
||||
#define MAX_NETCLIENT_PACKET_SIZE (32767 - 1) // Client hardcap: int16 with trailing zero space otherwise crash on memory free
|
||||
|
||||
enum TimeConstants
|
||||
{
|
||||
MINUTE = 60,
|
||||
|
||||
Reference in New Issue
Block a user