mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +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
221 B
SQL
4 lines
221 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8589_07_mangos_spell_elixir required_8589_08_mangos_item_template bit;
|
|
|
|
ALTER TABLE item_template
|
|
CHANGE COLUMN ItemLevel ItemLevel smallint(5) unsigned NOT NULL DEFAULT 0;
|