chore(DB): import pending files

Referenced commit(s): 90fccacad5
This commit is contained in:
AzerothCoreBot
2022-05-21 21:44:46 +00:00
parent 90fccacad5
commit f7674acb58

View File

@@ -1,3 +1,4 @@
-- DB update 2022_05_21_03 -> 2022_05_21_04
--
ALTER TABLE `waypoint_data` CHANGE `orientation` `orientation` FLOAT DEFAULT NULL NULL;
UPDATE `waypoint_data` SET `orientation`= NULL WHERE `orientation`= 0;