mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix (updates\sql): Move orientation to pending (#13399)
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
--
|
--
|
||||||
|
DELETE FROM `updates` WHERE `name`='Homebind_Orientation.sql';
|
||||||
|
|
||||||
ALTER TABLE `character_homebind`
|
ALTER TABLE `character_homebind`
|
||||||
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;
|
ADD COLUMN `posO` FLOAT NOT NULL DEFAULT '0' AFTER `posZ`;
|
||||||
Reference in New Issue
Block a user