Missing change in rev 4945 - thanks Thyros and Aokromes for pointing it out.

--HG--
branch : trunk
This commit is contained in:
Chaz Brown
2009-08-13 04:42:19 -04:00
parent df163bc63c
commit 0eccbab790

View File

@@ -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