diff --git a/zone/gm_commands/modifynpcstat.cpp b/zone/gm_commands/modifynpcstat.cpp index 02d4bffd4..8961eb489 100755 --- a/zone/gm_commands/modifynpcstat.cpp +++ b/zone/gm_commands/modifynpcstat.cpp @@ -80,6 +80,7 @@ std::map GetModifyNPCStatMap() { "loottable_id", "Loottable ID" }, { "mana_regen", "Mana Regen" }, { "max_hit", "Maximum Damage" }, + { "max_hp", "Maximum Hit Points" }, { "min_hit", "Minimum Damage" }, { "mr", "Magic Resist" }, { "npc_spells_id", "NPC Spells ID" }, @@ -125,4 +126,4 @@ void ListModifyNPCStatMap(Client *c) ).c_str() ); } -} \ No newline at end of file +}