server/sql/updates/10197_01_mangos_playercreateinfo.sql
VladimirMangos f8efc2b5b3 [10197] Add to playercreateinfo original player orientation field.
It still not filled. Patch with correct values welcomed ;)
2010-07-15 22:25:27 +04:00

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;