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
..
2022-05-17 19:12:43 -05:00
2022-05-31 00:24:55 -05:00
2022-04-18 21:09:27 -05:00
2022-03-30 18:34:26 -07:00
2022-02-06 22:19:23 -08:00
2022-01-19 02:28:50 -08:00
2022-05-09 23:21:20 -05:00
2022-05-09 23:21:20 -05:00
2021-12-09 03:17:08 -06:00
2022-05-17 19:12:43 -05:00
2022-01-11 18:18:51 -08:00
2021-12-16 00:36:10 +01:00
2022-02-20 19:51:35 -08:00
2022-02-20 19:51:35 -08:00
2021-12-24 01:14:15 +00:00
2022-04-24 18:40:20 -07:00
2022-04-24 18:40:20 -07:00
2022-04-24 18:40:20 -07:00
2022-04-28 19:52:03 -07:00
2022-04-23 20:35:34 -07:00
2022-03-24 01:05:36 -07:00