mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
You need extract new dbc/map/vmaps for correct work. And apply ofc sql updates that including character convertion. Special thanks to TOM_RUS for prepering this switch :) Signed-off-by: VladimirMangos <vladimir@getmangos.com>
4 lines
243 B
SQL
4 lines
243 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8505_01_characters_character_spell required_8589_04_characters_groups bit;
|
|
|
|
alter table `groups`
|
|
add column `raiddifficulty` int(11) UNSIGNED DEFAULT '0' NOT NULL after `difficulty`;
|