server/sql/updates/0028_xxxxx_03_mangos_playercreateinfo.sql
Salja 7a29bce931 [0076] Some Cleans and highest lookup entries for 4.3.4 DB2.
Signed-off-by: Salja <salja2012@hotmail.de>
2020-02-16 08:59:35 +00:00

4 lines
249 B
SQL

ALTER TABLE db_version CHANGE COLUMN required_0028_xxxxx_02_mangos_quest_phase_maps required_0028_xxxxx_03_mangos_playercreateinfo bit;
ALTER TABLE `playercreateinfo`
ADD COLUMN `phaseMap` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `orientation`;