mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +00:00
* Load table data to std::map instead SQLStorage and add check loaded spell existance. * Drop from table not existed spells. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
3 lines
No EOL
236 B
SQL
3 lines
No EOL
236 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8249_02_mangos_spell_chain required_8250_01_mangos_spell_threat bit;
|
|
|
|
DELETE FROM `spell_threat` WHERE `entry` IN (778,9749,9907,14274,15629,15630,15631,15632,17390,17391,17392,26993,27011); |