Alex King e55f9b9d27
[Feature] Add Support for item textures higher than 65,535 (#3494)
* [Feature] Add Support for item textures higher than 65,535

# Notes
- We were previously using `uint16` which has a max of `65,535`, but some of the new Live textures that are being used have values way beyond this.
- Updates quest API, commands, and database tables that also used `uint16`.

* Update version.h
2023-07-14 18:49:59 -04:00
..
2021-08-31 01:24:21 -05:00
2023-07-12 22:04:50 -05:00
2023-07-12 22:04:50 -05:00
2020-01-31 20:25:06 -06:00