mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 01:38:20 +00:00
33cc3a3dd9
For Windows, the definition for a long is 32 bits, not 64 bits like on other operating systems. This caused an issue on Windows only where a number larger than 32 bits was attempted to be converted to a long, the WorldServer would crash. This commit replaces all instances of `stol` with `stoull` to further define a long and reduce ambiguity of number length. |
||
---|---|---|
.. | ||
Tables | ||
CDClientDatabase.cpp | ||
CDClientDatabase.h | ||
CDClientManager.cpp | ||
CDClientManager.h | ||
Database.cpp | ||
Database.h |