From 73d55f6968a3f9510d4b0d8fbafc4480652173bd Mon Sep 17 00:00:00 2001 From: Killyana Date: Sat, 23 May 2020 23:53:52 +0200 Subject: DB/Spell: Fix rampart of skulls and upper spire teleport orientation --- sql/updates/world/3.3.5/2020_05_23_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_05_23_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2020_05_23_00_world.sql b/sql/updates/world/3.3.5/2020_05_23_00_world.sql new file mode 100644 index 00000000000..00ea784f7e4 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_05_23_00_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `spell_target_position` SET `Orientation`=6.25 WHERE `id` IN (70859,70857); -- cgit v1.2.3