[DiscordArchive] Thanks, Ill reset my changes and start over tonight, after work.
[DiscordArchive] Thanks, Ill reset my changes and start over tonight, after work.
Archived author: Marius • Posted: 2022-06-14T06:01:05.478000+00:00
Original source
Thanks, Ill reset my changes and start over tonight, after work.
So the quickstart guide will be something like:
- Add struct in DB2Structure.h
- Run WowClientDB2MySQLTableGenerator on DB2Structure.h
- Replace HotfixDatabase.cpp, HotfixDatabase.h and DB2LoadInfo.h
- Create table (using create table part from hotfixes.sql, also generated)
- Add DB2Storage<New DB2 Entry in DB2Structure> sNewDB2 ("NewDB2.db2", NewDB2LoadInfo::instance())
- Call LOAD_DB2( sNewDB2 )
- Rebuild and rerun worldserver
Am I missing anything obvious, or should this be enough to at least get me started?
Archived author: Tea • Posted: 2022-06-14T06:24:39.168000+00:00
Original source
thats all
Archived author: Marius • Posted: 2022-06-14T06:50:26.928000+00:00
Original source
Cool thanks, I’ll try again