From 0eccbab79087ee83f48f2db27c205a6e6dab8737 Mon Sep 17 00:00:00 2001 From: Chaz Brown Date: Thu, 13 Aug 2009 04:42:19 -0400 Subject: Missing change in rev 4945 - thanks Thyros and Aokromes for pointing it out. --HG-- branch : trunk --- src/trinitycore/Master.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trinitycore/Master.cpp') diff --git a/src/trinitycore/Master.cpp b/src/trinitycore/Master.cpp index 76fdbd661de..77dfca02f48 100644 --- a/src/trinitycore/Master.cpp +++ b/src/trinitycore/Master.cpp @@ -512,7 +512,7 @@ void Master::clearOnlineAccounts() CharacterDatabase.Execute("UPDATE characters SET online = 0 WHERE online<>0"); // Battleground instance ids reset at server restart - CharacterDatabase.Execute("UPDATE characters SET bgid = 0 WHERE bgid<>0"); + CharacterDatabase.Execute("UPDATE character_battleground_data SET instance_id = 0"); } /// Handle termination signals -- cgit v1.2.3