[Commands] Add #setmana Command. (#1839)

* [Commands] Add #setmana Command.
- Add #setmana [Mana] command to set an NPC or player's mana to a specified amount, or to max if the amount is greater than their max.
- Cleanup #mana command message and logic.

* Update mana.cpp
This commit is contained in:
Kinglykrab
2021-11-27 19:07:47 -05:00
committed by GitHub
parent b3b9899a23
commit c4c5256438
5 changed files with 87 additions and 15 deletions
+1
View File
@@ -492,6 +492,7 @@ SET(gm_commands
gm_commands/setgraveyard.cpp
gm_commands/setlanguage.cpp
gm_commands/setlsinfo.cpp
gm_commands/setmana.cpp
gm_commands/setpass.cpp
gm_commands/setpvppoints.cpp
gm_commands/setskill.cpp