diff --git a/docs/data_types/info_struct.md b/docs/data_types/info_struct.md index 873dbbc..50f7cb7 100644 --- a/docs/data_types/info_struct.md +++ b/docs/data_types/info_struct.md @@ -183,4 +183,4 @@ | 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 | 1 dual hand, 2 single hand, 4 two hand. | -| attack\_type | uint8 | 0 melee, 1 ranged, 2 spell. | +| attack\_type | uint8 | See https://github.com/emagi/eq2emu/blob/main/docs/data_types/damage_types.md for values. |