mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01: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>
5 lines
327 B
SQL
5 lines
327 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_8573_01_mangos_mangos_string required_8589_01_mangos_creature_template bit;
|
|
|
|
alter table `creature_template`
|
|
add column `questItem5` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem4`,
|
|
add column `questItem6` int(11) UNSIGNED DEFAULT '0' NOT NULL after `questItem5`;
|