mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
DB/Creature: Replace wrong fixed orientation value with default NULL
closes #30332 by CraftedRO
This commit is contained in:
2
sql/updates/world/3.3.5/2024_10_10_11_world.sql
Normal file
2
sql/updates/world/3.3.5/2024_10_10_11_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- Replace wrong 100 and 255 fixed orientation value with default NULL
|
||||
UPDATE `waypoint_data` SET `orientation`=NULL WHERE `orientation`>7;
|
||||
Reference in New Issue
Block a user