[DiscordArchive] is it related to kaev's commit?
[DiscordArchive] is it related to kaev's commit?
Archived author: Barbz • Posted: 2018-01-11T21:00:38.542000+00:00
Original source
i use it all the time
Archived author: Nefertum • Posted: 2018-01-11T21:02:18.092000+00:00
Original source
From db_update 2017_12_08_00 to the latest
Archived author: Nefertum • Posted: 2018-01-11T21:02:37.092000+00:00
Original source
The algorithm didn't work
Archived author: Nefertum • Posted: 2018-01-11T21:03:19.489000+00:00
Original source
I'm trying to run them without using db_assembler now
Archived author: Nefertum • Posted: 2018-01-11T21:05:20.995000+00:00
Original source
https://github.com/azerothcore/azerothco...8f9a43e414 seems like the problem
[Embed: Fixed wrong version in sql files, please reapply manually · azerothcore/azerothcore-wotlk@b527073]
https://github.com/azerothcore/azerothco...8f9a43e414
Archived author: Nefertum • Posted: 2018-01-11T21:09:34.502000+00:00
Original source
I found the problem
Archived author: Nefertum • Posted: 2018-01-11T21:10:51.050000+00:00
Original source
https://github.com/azerothcore/azerothco..._00.sql#L8 this has to be
```
WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'version_db_world' AND COLUMN_NAME = '2017_11_21_00';
```
[Embed: azerothcore/azerothcore-wotlk]
azerothcore-wotlk - AzerothCore - Continuing Sunwell Core Project! Based on MaNGOS -> TrinityCore -> SunwellCore
https://github.com/azerothcore/azerothco..._08_00.sql
Archived author: Nefertum • Posted: 2018-01-11T21:11:47.136000+00:00
Original source
Then it fix the problem
Archived author: Barbz • Posted: 2018-01-11T21:14:31.548000+00:00
Original source
i feel like this is the same bug that happens regularly
Archived author: Barbz • Posted: 2018-01-11T21:14:38.095000+00:00
Original source
with "COLUMN_NAME = '2017_11_21_00'"