mirror of
https://github.com/mangosfour/server.git
synced 2025-12-24 19:37:07 +00:00
4 lines
223 B
SQL
4 lines
223 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_10171_01_mangos_mangos_string required_10197_01_mangos_playercreateinfo bit;
|
|
|
|
ALTER TABLE playercreateinfo
|
|
ADD COLUMN orientation float NOT NULL default '0' AFTER position_z;
|