normalize includes: gm commands

This commit is contained in:
brainiac
2025-12-18 01:06:22 -08:00
committed by Alex
parent 2af5f99fff
commit 2bff404d22
293 changed files with 455 additions and 644 deletions
+3 -3
View File
@@ -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.");
}
}
}