EverWrath/data/sql/updates/db_characters/Homebind_Orientation.sql
M'Dic 2e6f6e26da
Add (core\db): Support for Homebind Orientation (#13389)
Add (core\db) Support for Homebind Orientation
2022-10-12 14:39:02 -04:00

4 lines
97 B
SQL

--
ALTER TABLE `character_homebind`
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;