[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) 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); CharacterDatabase.PQuery("INSERT INTO game_event_status (event) VALUES (%u)", event_id);
if (sWorld.getConfig(CONFIG_BOOL_EVENT_ANNOUNCE)) if (sWorld.getConfig(CONFIG_BOOL_EVENT_ANNOUNCE))

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "10975" #define REVISION_NR "10976"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__