diff options
| author | dr-j <dr-j@users.noreply.github.com> | 2020-03-16 20:34:03 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-23 21:53:53 +0100 |
| commit | 56a0d04a6cc8bee7bf59cf2c4c3b93d9aa17933e (patch) | |
| tree | 9702ba88e26326f948a15044ddda843ac7e02bdc | |
| parent | b84f8929e0f95fe3467db7194f779cc1368548ca (diff) | |
DB/SAI: Fix a waypoint issue related to the quest Return of the High Chief
Closes #23806
(cherry picked from commit 61d0826150a529ae30d69a3d70b8d146e710c798)
| -rw-r--r-- | sql/updates/world/master/2021_12_23_18_world_2020_03_16_08_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_23_18_world_2020_03_16_08_world.sql b/sql/updates/world/master/2021_12_23_18_world_2020_03_16_08_world.sql new file mode 100644 index 00000000000..06c93fbe6c2 --- /dev/null +++ b/sql/updates/world/master/2021_12_23_18_world_2020_03_16_08_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_type`=40, `event_param1`=1, `event_param2`=26654 WHERE `entryorguid`=26654 AND `source_type`=0 AND `id`=6; |
