mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
Change statement to a newly created one
This commit is contained in:
parent
3e449fff73
commit
4f06019436
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user