Added namespace expansions

This commit is contained in:
Uleat
2019-01-07 18:18:35 -05:00
parent 0d38808030
commit 8eaed2233f
14 changed files with 198 additions and 27 deletions
+3
View File
@@ -277,6 +277,9 @@ namespace SoD
namespace constants {
inline EQEmu::versions::ClientVersion GetConstantsRef() { return EQEmu::versions::ClientVersion::SoD; }
const uint32 EXPANSION_BIT = EQEmu::expansions::bitSoD;
const uint32 EXPANSIONS_MASK = EQEmu::expansions::maskSoD;
const size_t CHARACTER_CREATION_LIMIT = 12;
const size_t SAY_LINK_BODY_SIZE = 50;