mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[7253] Check battleground status in GetSpellAllowedInLocationError for some spells for aura remove and spell casting cases.
This commit is contained in:
parent
100429f29c
commit
e97c7ad9c5
6 changed files with 41 additions and 12 deletions
|
|
@ -458,7 +458,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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue