mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
[Commands] Cleanup #reloadtitles Command. (#2125)
* [Commands] Cleanup #reloadtitles Command. - Cleanup messages; * Update worldserver.cpp
This commit is contained in:
@@ -5,10 +5,9 @@ extern WorldServer worldserver;
|
||||
|
||||
void command_reloadtitles(Client *c, const Seperator *sep)
|
||||
{
|
||||
c->Message(Chat::White, "Attempting to reload titles globally.");
|
||||
auto pack = new ServerPacket(ServerOP_ReloadTitles, 0);
|
||||
worldserver.SendPacket(pack);
|
||||
safe_delete(pack);
|
||||
c->Message(Chat::Yellow, "Player Titles Reloaded.");
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user