mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10976] Fixed trailing whitespace.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
1b5a82bccd
commit
7aab4eecdf
2 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue