mirror of
https://git.vectorsigma.ru/public/mod-playerbots.git
synced 2026-07-30 05:49:16 +00:00
Change statement to a newly created one
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user