From 106117003fff71fa061bbe6f67f31c10e1cab00c Mon Sep 17 00:00:00 2001 From: Your Name <50133316+NoxMax@users.noreply.github.com> Date: Sun, 3 Aug 2025 17:41:13 -0600 Subject: [PATCH] formatting --- src/RandomPlayerbotMgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/RandomPlayerbotMgr.h b/src/RandomPlayerbotMgr.h index ebf40be8..6677d384 100644 --- a/src/RandomPlayerbotMgr.h +++ b/src/RandomPlayerbotMgr.h @@ -193,8 +193,8 @@ public: void ForceRecount() { SetEventValue(0, "bot_count", 0, 0); } void MarkBotForLogout(uint32 bot) { - SetEventValue(bot, "add", 0, 0); // Clear the "add" event to trigger logout - SetEventValue(bot, "logout", 1, 1); // Also set logout for clarity + SetEventValue(bot, "add", 0, 0); // Clear the "add" event to trigger logout + SetEventValue(bot, "logout", 1, 1); // Also set logout for clarity } protected: