diff options
Diffstat (limited to 'src/game/TicketMgr.h')
| -rw-r--r-- | src/game/TicketMgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/TicketMgr.h b/src/game/TicketMgr.h index e41be9db5c3..150ca4d2eff 100644 --- a/src/game/TicketMgr.h +++ b/src/game/TicketMgr.h @@ -34,7 +34,7 @@ struct GM_Ticket std::string name; std::string message; uint64 timestamp; - uint16 closed; + bool closed; uint64 assignedToGM; std::string comment; }; |
