aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2017-05-14 11:52:36 +0100
committerfunjoker <funjoker109@gmail.com>2020-06-14 22:51:40 +0200
commit7f43529e171d19ebf201bcc2bcb7630a1e0d3b1c (patch)
tree2c23fc8031566c6a51ff547fcc68520ca0710afa /sql/updates
parent4015c02a4294af3cb2845cfe2ca29a8e6f5b0319 (diff)
DB/SAI: A Righteous Sermon
Fix bad target for script for move to position which was using target 1 instead of 8 which was causing npc to walk through wall and dissapear on quest accept (cherry picked from commit e263654c77fbbe94f3af2d462aaf203c9c4f6ec8)
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/master/2020_06_14_08_world_2017_05_14_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2020_06_14_08_world_2017_05_14_01_world.sql b/sql/updates/world/master/2020_06_14_08_world_2017_05_14_01_world.sql
new file mode 100644
index 00000000000..21f69cdf106
--- /dev/null
+++ b/sql/updates/world/master/2020_06_14_08_world_2017_05_14_01_world.sql
@@ -0,0 +1 @@
+UPDATE `smart_scripts` SET `target_type`=8 WHERE `entryorguid`=2731600 AND `source_type`=9 AND `id` IN(2,3);