diff options
Diffstat (limited to 'src/game/TicketMgr.cpp')
-rw-r--r-- | src/game/TicketMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/TicketMgr.cpp b/src/game/TicketMgr.cpp index a622a41aedc..8d89bf9d20b 100644 --- a/src/game/TicketMgr.cpp +++ b/src/game/TicketMgr.cpp @@ -206,3 +206,4 @@ uint64 TicketMgr::GenerateTicketID() { return ++m_ticketid; } + |