Change statement to a newly created one

This commit is contained in:
Revision
2024-11-30 17:09:49 +01:00
parent 3e449fff73
commit 4f06019436

View File

@@ -52,7 +52,7 @@ public:
void OnDatabaseSelectIndexLogout(Player* player, uint32& statementIndex, uint32& statementParam) override
{
statementIndex = CHAR_UPD_CHAR_ONLINE;
statementIndex = CHAR_UPD_CHAR_OFFLINE;
statementParam = player->GetGUID().GetCounter();
}