From 9de2a7cba14896b4d61ca26c090481729ee811d3 Mon Sep 17 00:00:00 2001 From: Emagi Date: Sun, 25 May 2025 07:42:05 -0400 Subject: [PATCH] Update info_struct.md --- docs/data_types/info_struct.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data_types/info_struct.md b/docs/data_types/info_struct.md index 6c2e013..4c040d9 100644 --- a/docs/data_types/info_struct.md +++ b/docs/data_types/info_struct.md @@ -182,5 +182,5 @@ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------ | ------------------------------------- | | primary\_weapon\_type / secondary\_weapon\_type / ranged\_weapon\_type | uint8 | 0 Slash, 1 Pierce, 2 Crush, etc. | | primary\_weapon\_damage\_low / primary\_weapon\_damage\_high, secondary\_weapon\_damage\_low / secondary\_weapon\_damage\_high, ranged\_weapon\_damage\_low / ranged\_weapon\_damage\_high | uint32 | Auto-attack damage ranges. | -| wield\_type | uint8 | 0 one hand, 1 two hand, 2 dual wield. | +| wield\_type | uint8 | 1 dual hand, 2 single hand, 2 two hand. | | attack\_type | uint8 | 0 melee, 1 ranged, 2 spell. |