mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
7
data/sql/updates/db_world/2022_05_21_04.sql
Normal file
7
data/sql/updates/db_world/2022_05_21_04.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- 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;
|
||||
|
||||
ALTER TABLE `waypoints` CHANGE `orientation` `orientation` FLOAT DEFAULT NULL NULL;
|
||||
UPDATE `waypoints` SET `orientation`= NULL WHERE `orientation`= 0;
|
||||
Reference in New Issue
Block a user