mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
normalize includes: gm commands
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "../../client.h"
|
||||
#include "../../object.h"
|
||||
#include "zone/client.h"
|
||||
#include "zone/object.h"
|
||||
|
||||
void SendShowInventorySubCommands(Client* c) {
|
||||
c->Message(Chat::White, "Usage: #show inventory equip - Shows items in Equipment slots");
|
||||
@@ -448,4 +448,4 @@ void ShowInventory(Client *c, const Seperator *sep)
|
||||
if (!found_items) {
|
||||
c->Message(Chat::White, "No items found.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user