mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 04:16:46 +00:00
[Account] Convert UpdateGMStatus to Repositories (#3859)
- Convert `UpdateGMStatus` to repositories. - Convert parameter of status to `int`.
This commit is contained in:
@@ -1208,7 +1208,7 @@ void Perl_Client_ReadBook(Client* self, const char* book_text, uint8 type) // @c
|
||||
self->QuestReadBook(book_text, type);
|
||||
}
|
||||
|
||||
void Perl_Client_SetGMStatus(Client* self, int16 new_status) // @categories Script Utility
|
||||
void Perl_Client_SetGMStatus(Client* self, int new_status) // @categories Script Utility
|
||||
{
|
||||
self->SetGMStatus(new_status);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user