diff options
author | Meji <alvaro.megias@outlook.com> | 2025-06-10 18:49:54 +0200 |
---|---|---|
committer | Meji <alvaro.megias@outlook.com> | 2025-06-10 18:49:54 +0200 |
commit | 7041bb49f77ba86dd64de1a9cc2b510aaded5047 (patch) | |
tree | 9f804190c7de07afecc8e39e654324c12b9be803 /sql | |
parent | 7657a289d7981a556f8768134ee55c868df0b04c (diff) |
DB/TirisfalGlades: Fix talk targets for quest "The Shadow Grave"
Closes #31058
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2025_06_10_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |