mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
[Commands] Add max_hp back to #modifynpcstat command. (#2638)
Restores max_hp back to the #modifynpcstat command to adjust the target's HPs. Co-authored-by: toxin06 <53322305+toxin06@users.noreply.github.com>
This commit is contained in:
parent
7189bab848
commit
bc277ac296
@ -80,6 +80,7 @@ std::map<std::string, std::string> GetModifyNPCStatMap()
|
|||||||
{ "loottable_id", "Loottable ID" },
|
{ "loottable_id", "Loottable ID" },
|
||||||
{ "mana_regen", "Mana Regen" },
|
{ "mana_regen", "Mana Regen" },
|
||||||
{ "max_hit", "Maximum Damage" },
|
{ "max_hit", "Maximum Damage" },
|
||||||
|
{ "max_hp", "Maximum Hit Points" },
|
||||||
{ "min_hit", "Minimum Damage" },
|
{ "min_hit", "Minimum Damage" },
|
||||||
{ "mr", "Magic Resist" },
|
{ "mr", "Magic Resist" },
|
||||||
{ "npc_spells_id", "NPC Spells ID" },
|
{ "npc_spells_id", "NPC Spells ID" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user