DB/Creature: Replace wrong fixed orientation value with default NULL

closes #30332 by CraftedRO
This commit is contained in:
Aokromes
2024-10-10 12:34:40 +02:00
committed by GitHub
parent d699b5069b
commit c3bbadef48

View 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;