Fix for new Titanium to UF client accounts not allowing character creation

This commit is contained in:
Uleat
2015-02-19 21:56:14 -05:00
parent 3b45a66498
commit 921a292f5b
4 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -1577,7 +1577,7 @@ namespace SoF
if (emu->CharCount == 0) {
ALLOC_VAR_ENCODE(structs::CharacterSelect_Struct, sizeof(structs::CharacterSelect_Struct));
eq->CharCount = emu->CharCount;
eq->TotalChars = eq->TotalChars;
eq->TotalChars = emu->TotalChars;
if (eq->TotalChars > consts::CHARACTER_CREATION_LIMIT)
eq->TotalChars = consts::CHARACTER_CREATION_LIMIT;