From 7041bb49f77ba86dd64de1a9cc2b510aaded5047 Mon Sep 17 00:00:00 2001 From: Meji Date: Tue, 10 Jun 2025 18:49:54 +0200 Subject: DB/TirisfalGlades: Fix talk targets for quest "The Shadow Grave" Closes #31058 --- sql/updates/world/master/2025_06_10_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2025_06_10_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2025_06_10_00_world.sql b/sql/updates/world/master/2025_06_10_00_world.sql new file mode 100644 index 00000000000..1df97ae2cbe --- /dev/null +++ b/sql/updates/world/master/2025_06_10_00_world.sql @@ -0,0 +1,3 @@ +-- The Shadow Grave +UPDATE `smart_scripts` SET `target_type`=23 WHERE `action_type`=1 AND `entryorguid`=49141 AND `source_type`=0; +UPDATE `smart_scripts` SET `target_type`=23 WHERE `action_type`=1 AND `entryorguid` IN (4914100,4914101,4914102,4914103,4914104) AND `source_type`=9; -- cgit v1.2.3