mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 01:37:02 +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
231 B
SQL
4 lines
231 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8589_02_mangos_gameobject_template required_8589_03_mangos_item_template bit;
|
|
|
|
alter table `item_template`
|
|
add column `Faction` int(11) UNSIGNED DEFAULT '0' NOT NULL after `Flags`;
|