From 61d0826150a529ae30d69a3d70b8d146e710c798 Mon Sep 17 00:00:00 2001 From: dr-j Date: Mon, 16 Mar 2020 20:34:03 +0100 Subject: DB/SAI: Fix a waypoint issue related to the quest Return of the High Chief Closes #23806 --- sql/updates/world/3.3.5/2020_03_16_08_world .sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_03_16_08_world .sql (limited to 'sql') 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; -- cgit v1.2.3