This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!
Home
Forum
Modcraft - The community dedicated to quality WoW modding!
Forum
Legion- / WoD- / Mop- / Cata-Modding
DBC / DB2 / DB modding
Changing int size of a column in a db2
Menu
Discord
Tutorials
Links
WowDev wiki
Print
Pages: [
1
]
Author
Topic: Changing int size of a column in a db2 (Read 1298 times)
Chase
Registred Member
Loreweaver
Posts: 116
Changing int size of a column in a db2
«
on:
June 18, 2017, 03:48:43 am »
Does anyone know if this is possible. The column is uint16, and the id gets over 65535. Has anyone experimented with changing them to uint32?
Logged
Steff
Administrator
Creator of Worlds
Posts: 4551
Re: Changing int size of a column in a db2
«
Reply #1 on:
June 19, 2017, 08:32:09 am »
No. You need to change the client code for this because dbc definitions are hard coded in it.
Logged
Please mark as solved if solved.
Don't ask if you could ask a question... JUST ask the Question.
You can send me also offline messages. I will answer if I get online.
Skype: project.modcraft
Discord: steff#6954
Print
Pages: [
1
]
Modcraft - The community dedicated to quality WoW modding!
Forum
Legion- / WoD- / Mop- / Cata-Modding
DBC / DB2 / DB modding
Changing int size of a column in a db2