mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 02:46:33 +01:00
* Correctly update ticket status in database when closing via GM command.
--HG-- branch : trunk
This commit is contained in:
@@ -8478,7 +8478,8 @@ void ObjectMgr::RemoveGMTicket(GM_Ticket *ticket, int64 source, bool permanently
|
||||
ticket = NULL;
|
||||
return;
|
||||
}
|
||||
(*i)->closed = source;
|
||||
(*i)->closed = source;
|
||||
_AddOrUpdateGMTicket((*i));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user