diff options
| author | dr-j <dr-j@users.noreply.github.com> | 2020-03-16 20:34:03 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-03-16 20:34:03 +0100 |
| commit | 61d0826150a529ae30d69a3d70b8d146e710c798 (patch) | |
| tree | ee823c8d079b34d64cbdfea5552294b741b635f1 | |
| parent | 92aa1c83526df12f632cc7efe03c2ed23fdf07db (diff) | |
DB/SAI: Fix a waypoint issue related to the quest Return of the High Chief
Closes #23806
| -rw-r--r-- | sql/updates/world/3.3.5/2020_03_16_08_world .sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_03_16_08_world .sql b/sql/updates/world/3.3.5/2020_03_16_08_world .sql new file mode 100644 index 00000000000..06c93fbe6c2 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |
