[10976] Fixed trailing whitespace.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
SkirnirMaNGOS 2011-01-07 05:15:57 +03:00 committed by VladimirMangos
parent 1b5a82bccd
commit 7aab4eecdf
2 changed files with 2 additions and 2 deletions

View file

@ -651,7 +651,7 @@ void GameEventMgr::UnApplyEvent(uint16 event_id)
void GameEventMgr::ApplyNewEvent(uint16 event_id, bool resume)
{
m_ActiveEvents.insert(event_id);
m_ActiveEvents.insert(event_id);
CharacterDatabase.PQuery("INSERT INTO game_event_status (event) VALUES (%u)", event_id);
if (sWorld.getConfig(CONFIG_BOOL_EVENT_ANNOUNCE))