DB/TirisfalGlades: Fix talk targets for quest "The Shadow Grave"

Closes #31058
This commit is contained in:
Meji
2025-06-10 18:49:54 +02:00
parent 7657a289d7
commit 7041bb49f7
@@ -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;