The database table "spell_linked" was introduced as incremental update with Rel21_08_001.
With the commit "Updated to expect Rel21_08_012_Commands_update" it was then moved to the base updates. At this point it is meant to be part of the base database (full database), but it is not.
If you set up a fresh database today, you're base database will be 21_08_012 (according to db_version table), which is newer and therefore prevents reapplying the incremental update 21_08_001.
The table creation for "spell_linked" is missing in the mangosdLoadDB.sql script as well as the corresponding content script inside the FullDB folder.
I've checked Rel21_07_019 through Rel21_08_011 to double check if another script is missing. Seems fine.
Maybe prior incremental scripts are missing as well?
Edited by Hikari
Recommended Comments