From c3bbadef486563674471db1e5f3d448944b55b64 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 10 Oct 2024 12:34:40 +0200 Subject: DB/Creature: Replace wrong fixed orientation value with default NULL closes #30332 by CraftedRO --- sql/updates/world/3.3.5/2024_10_10_11_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_10_10_11_world.sql diff --git a/sql/updates/world/3.3.5/2024_10_10_11_world.sql b/sql/updates/world/3.3.5/2024_10_10_11_world.sql new file mode 100644 index 00000000000..883d4f7fce6 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_10_10_11_world.sql @@ -0,0 +1,2 @@ +-- Replace wrong 100 and 255 fixed orientation value with default NULL +UPDATE `waypoint_data` SET `orientation`=NULL WHERE `orientation`>7; -- cgit v1.2.3