Skip to content

Commit

Permalink
[10976] Fixed trailing whitespace.
Browse files Browse the repository at this point in the history
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
  • Loading branch information
SkirnirMaNGOS authored and VladimirMangos committed Jan 7, 2011
1 parent 06f6f62 commit dbc97cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/game/GameEventMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion src/shared/revision_nr.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "10975"
#define REVISION_NR "10976"
#endif // __REVISION_NR_H__

0 comments on commit dbc97cb

Please sign in to comment.