aboutsummaryrefslogtreecommitdiff
path: root/src/mangosd/Master.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mangosd/Master.cpp')
-rw-r--r--src/mangosd/Master.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mangosd/Master.cpp b/src/mangosd/Master.cpp
index 8d5bdeee4b8..fd5259fa916 100644
--- a/src/mangosd/Master.cpp
+++ b/src/mangosd/Master.cpp
@@ -473,7 +473,6 @@ void Master::clearOnlineAccounts()
"UPDATE account SET online = 0 WHERE online > 0 "
"AND id IN (SELECT acctid FROM realmcharacters WHERE realmid = '%d')",realmID);
-
CharacterDatabase.Execute("UPDATE characters SET online = 0 WHERE online<>0");
}