From a070c64fdbdb5921454355d8b620f2239b857c0f Mon Sep 17 00:00:00 2001 From: Emagi Date: Sun, 25 May 2025 07:46:35 -0400 Subject: [PATCH] Update info_struct.md --- docs/data_types/info_struct.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data_types/info_struct.md b/docs/data_types/info_struct.md index 50f7cb7..8c37412 100644 --- a/docs/data_types/info_struct.md +++ b/docs/data_types/info_struct.md @@ -124,8 +124,8 @@ | Field | Type | Description | | ----------------- | ------ | ----------------------------------------------------- | | flags / flags2 | uint32 | Bit fields for various account and character options. | -| water\_type | uint8 | 0 land, 1 swimming, 2 fully underwater. | -| flying\_type | uint8 | 0 ground, 1 leaper, 2 glider, 3 flyer. | +| water\_type | uint8 | 0 land, 1 water only | +| flying\_type | uint8 | 0 ground, 1 flyer. | | no\_interrupt | uint8 | 1 prevents spell interruption. | | interaction\_flag | uint8 | Set when interacting with an object or NPC. | | mood | uint16 | Current /mood emote. |