DarkflameServer/dDatabase
EmosewaMC 33cc3a3dd9 Corrected string to long conversion
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.
2022-06-05 21:02:41 -07:00
..
Tables Corrected string to long conversion 2022-06-05 21:02:41 -07:00
CDClientDatabase.cpp Comply with Xiphoseer required changes. 2022-01-12 22:48:27 -05:00
CDClientDatabase.h Comply with Xiphoseer required changes. 2022-01-12 22:48:27 -05:00
CDClientManager.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
CDClientManager.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Database.cpp Destroying database specifier 2022-04-09 15:35:01 -07:00
Database.h Destroying database specifier 2022-04-09 15:35:01 -07:00