diff --git a/src/Playerbots.cpp b/src/Playerbots.cpp index 94b6b806..5386d9b2 100644 --- a/src/Playerbots.cpp +++ b/src/Playerbots.cpp @@ -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(); }