diff options
| author | Killyana <morphone1@gmail.com> | 2019-07-28 16:45:47 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 21:37:45 +0100 |
| commit | 66ac18b504d2944739bba088e1e817113bdf2e95 (patch) | |
| tree | 7d736475a2c8ba190d34a63588c3516a4ac9d49f | |
| parent | 09e370086eea4d99fbb69e6795c9984d007bf412 (diff) | |
DB/Quest: Myst
Closes #23653
(cherry picked from commit b5445fa795ab99ffa91024593639e1653dd065db)
| -rw-r--r-- | sql/updates/world/master/2021_12_17_19_world_2019_07_28_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_19_world_2019_07_28_00_world.sql b/sql/updates/world/master/2021_12_17_19_world_2019_07_28_00_world.sql new file mode 100644 index 00000000000..fa71a24fd8f --- /dev/null +++ b/sql/updates/world/master/2021_12_17_19_world_2019_07_28_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_param3`=1 WHERE `entryorguid`=3568 AND `source_type`=0 AND `id`=1; +UPDATE `smart_scripts` SET `action_param1`=10, `link`=0, `event_type`=19, `event_param1`=938, `comment`= "Mist - On Quest Accepted- Set faction" WHERE `entryorguid`=3568 AND `source_type`=0 AND `id`=3; +DELETE FROM `smart_scripts` WHERE `entryorguid`=3568 AND `source_type`=0 AND `id`=4; |
