1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-17 16:07:45 +00:00
sapphire/src/servers
ShelbyZ 4833225459 Potential Truncation - value over signed char
In PacketHandlers.cpp ~line453 - we are trying to insert a hex value
(128) x80 and will cause an underflow to -128.  Suggestion is to move to
unsigned char to capture the intended value.
2017-10-17 17:14:11 -07:00
..
Server_Common Potential Truncation - value over signed char 2017-10-17 17:14:11 -07:00
Server_Lobby Majorly simplified and improved the cmake setup. 2017-09-13 11:46:17 +02:00
Server_REST Orchestrion support 2017-10-09 20:09:49 +02:00
Server_Zone GMRank, name, statuseffectlist updated; 2017-10-10 18:45:53 -03:00
CMakeLists.txt Majorly simplified and improved the cmake setup. 2017-09-13 11:46:17 +02:00