[DiscordArchive] Working on some Shadowlands `9.2.7.45745` mods, trying to add new titles. Running into the issue of
[DiscordArchive] Working on some Shadowlands `9.2.7.45745` mods, trying to add new titles. Running into the issue of
Archived author: Bhalandros • Posted: 2024-07-22T12:51:45.324000+00:00
Original source
Working on some Shadowlands `9.2.7.45745` mods, trying to add new titles. Running into the issue of hitting a max limit on `CharTitles.db2`; the collumn `Mask_ID` seems to have a limit of **511**; anything larger than that gets converted into negative numbers and subsequently ignored by the client.
Is there a way for me to change the Int Type of this collumn on this table so that it's unsigned and thus goes up to 1023?