From 8ebfa44fda93443639016520b3cb006f089e5b84 Mon Sep 17 00:00:00 2001 From: Alastro-Kraken Date: Sun, 13 Feb 2022 19:59:49 +0200 Subject: [PATCH] DB/Creature: fix orientation for NPC Tharnariun Treetender Closes #27763 --- sql/updates/world/3.3.5/2022_02_13_04_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_02_13_04_world_335.sql diff --git a/sql/updates/world/3.3.5/2022_02_13_04_world_335.sql b/sql/updates/world/3.3.5/2022_02_13_04_world_335.sql new file mode 100644 index 00000000000..b94ed933d5b --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_13_04_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `creature` SET `orientation`=1.919862151145935058 WHERE `id`=3701;