mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Core/Movement: allow waypoints to have orientation values of 0
This commit is contained in:
2
sql/updates/world/4.3.4/2021_02_05_00_world.sql
Normal file
2
sql/updates/world/4.3.4/2021_02_05_00_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `waypoint_data` CHANGE `orientation` `orientation` FLOAT DEFAULT NULL NULL;
|
||||
UPDATE `waypoint_data` SET `orientation`= NULL WHERE `orientation`= 0;
|
||||
Reference in New Issue
Block a user