diff options
| author | Dr-J <daniel.jarrott0@gmail.com> | 2017-05-14 11:52:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-14 11:52:36 +0100 |
| commit | e263654c77fbbe94f3af2d462aaf203c9c4f6ec8 (patch) | |
| tree | 7e597e706ccf0589fbf3db32d697e8e6ef6df1d8 /sql | |
| parent | 4b6273438191dd5fceca5b61fe35d2bcbcf9aa65 (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
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_05_14_01_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_05_14_01_world.sql b/sql/updates/world/3.3.5/2017_05_14_01_world.sql new file mode 100644 index 00000000000..21f69cdf106 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
