mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +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)
|
||||
{
|
||||
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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue