From c0e7c1c96353617a5c0e691ce3b1444539e6b337 Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Tue, 12 Aug 2025 23:34:12 -0400 Subject: [PATCH] Update npcedit.cpp --- zone/gm_commands/npcedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/gm_commands/npcedit.cpp b/zone/gm_commands/npcedit.cpp index 03b86c846..ff0080e67 100755 --- a/zone/gm_commands/npcedit.cpp +++ b/zone/gm_commands/npcedit.cpp @@ -110,7 +110,7 @@ void SendNPCEditSubCommands(Client *c) c->Message(Chat::White, "Usage: #npcedit setanimation [Animation ID] - Sets an NPC's Animation on Spawn (Stored in spawn2 table)"); c->Message(Chat::White, "Usage: #npcedit respawntime [Respawn Time] - Sets an NPC's Respawn Timer in Seconds (Stored in spawn2 table)"); c->Message(Chat::White, "Usage: #npcedit set_grid [Grid ID] - Sets an NPC's Grid ID"); - c->Message(Chat::White, "Usage: #npcedit npc_tint_id [NPC Tint ID] - Sets an NPC's Tint ID (0 to 78 for RoF2)") + c->Message(Chat::White, "Usage: #npcedit npc_tint_id [NPC Tint ID] - Sets an NPC's Tint ID (0 to 78 for RoF2)"); } void command_npcedit(Client *c, const Seperator *sep)