mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
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`;
|