mirror of
https://github.com/mangosfour/server.git
synced 2025-12-23 07:37:01 +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>
5 lines
257 B
SQL
5 lines
257 B
SQL
ALTER TABLE character_db_version CHANGE COLUMN required_8589_04_characters_groups required_8589_06_characters_bugreport bit;
|
|
|
|
alter table `characters`.`bugreport`
|
|
change `type` `type` longtext NOT NULL,
|
|
change `content` `content` longtext NOT NULL;
|