From a7554745f5fade39c2669930430a46d2774f5413 Mon Sep 17 00:00:00 2001 From: Hyacinthrose <82102341+Hyacinthrose@users.noreply.github.com> Date: Mon, 26 Jan 2026 02:10:03 +1030 Subject: [PATCH] DB/Westfall: Fix targettype for Horatio Laine actionlist (#31637) --- sql/updates/world/master/2026_01_25_02_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2026_01_25_02_world.sql diff --git a/sql/updates/world/master/2026_01_25_02_world.sql b/sql/updates/world/master/2026_01_25_02_world.sql new file mode 100644 index 0000000000..7ece6c7dc3 --- /dev/null +++ b/sql/updates/world/master/2026_01_25_02_world.sql @@ -0,0 +1,2 @@ +-- Westfall: Lieutenant Horatio Lane set target to -self- when spell -self- cast so he dons his glasses +UPDATE `smart_scripts` SET `target_type`='1' WHERE `entryorguid`=4230800 AND `source_type`=9 AND `id`=6 AND `link`=0;