[Commands] Cleanup #scale Command. (#2591)

* [Commands] Cleanup #scale Command.

- Cleanup messages and logic.

* One line message.
This commit is contained in:
Alex King
2022-12-05 00:17:56 -05:00
committed by GitHub
parent ef42e00df8
commit 0455868f66
2 changed files with 134 additions and 86 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ int command_init(void)
command_add("roambox", "[Remove|Set] [Box Size] [Delay (Milliseconds)] - Remove or set an NPC's roambox size and delay", AccountStatus::GMMgmt, command_roambox) ||
command_add("rules", "(subcommand) - Manage server rules", AccountStatus::GMImpossible, command_rules) ||
command_add("save", "Force your player or player corpse target to be saved to the database", AccountStatus::Guide, command_save) ||
command_add("scale", "Handles npc scaling", AccountStatus::GMLeadAdmin, command_scale) ||
command_add("scale", "Handles NPC scaling", AccountStatus::GMLeadAdmin, command_scale) ||
command_add("scribespell", "[Spell ID] - Scribe a spell by ID to your or your target's spell book.", AccountStatus::GMCoder, command_scribespell) ||
command_add("scribespells", "[Max level] [Min level] - Scribe all spells for you or your player target that are usable by them, up to level specified. (may freeze client for a few seconds)", AccountStatus::GMLeadAdmin, command_scribespells) ||
command_add("sendzonespawns", "Refresh spawn list for all clients in zone", AccountStatus::GMLeadAdmin, command_sendzonespawns) ||