mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08: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
|
void OnDatabaseSelectIndexLogout(Player* player, uint32& statementIndex, uint32& statementParam) override
|
||||||
{
|
{
|
||||||
statementIndex = CHAR_UPD_CHAR_ONLINE;
|
statementIndex = CHAR_UPD_CHAR_OFFLINE;
|
||||||
statementParam = player->GetGUID().GetCounter();
|
statementParam = player->GetGUID().GetCounter();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user