1
0

Update info_struct.md

This commit is contained in:
Emagi 2025-05-25 07:46:35 -04:00
parent 8708d150bd
commit a070c64fdb

View File

@ -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. |