[Commands] Add #sethp Command. (#1840)

- Add #sethp [Health] command to set an NPC or player's health to a specified amount, or to max if the amount is greater than their max.
- Cleanup #heal command message and logic.
This commit is contained in:
Kinglykrab
2021-11-27 19:08:00 -05:00
committed by GitHub
parent c4c5256438
commit a5348e207b
5 changed files with 80 additions and 14 deletions
+1
View File
@@ -490,6 +490,7 @@ SET(gm_commands
gm_commands/setcrystals.cpp
gm_commands/setfaction.cpp
gm_commands/setgraveyard.cpp
gm_commands/sethp.cpp
gm_commands/setlanguage.cpp
gm_commands/setlsinfo.cpp
gm_commands/setmana.cpp