[Hotfix] Fixed Mail Key Bug (#5015)

* [Hotfix] Fixed Mail Key Bug

* Release
This commit is contained in:
Alex King
2025-09-16 22:52:57 -04:00
committed by GitHub
parent 4b69df646c
commit 1575a2af40
6 changed files with 15 additions and 6 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_) {