[Hotfix] Fixed Mail Key Bug

This commit is contained in:
Kinglykrab
2025-09-16 22:40:13 -04:00
parent 4b69df646c
commit 3893e8fee0
3 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -985,7 +985,7 @@ bool Client::HandleEnterWorldPacket(const EQApplicationPacket *app) {
safe_delete(outapp);
// set mailkey - used for duration of character session
int mail_key = EQ::Random::Instance()->Int(1, INT_MAX);
uint32 mail_key = EQ::Random::Instance()->Int(1, INT_MAX);
database.SetMailKey(charid, GetIP(), mail_key);
if (UCSServerAvailable_) {