diff options
author | Killyana <morphone1@gmail.com> | 2019-03-03 15:40:24 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-03-03 15:40:24 +0100 |
commit | 25db347b09c5b9f8492d3553bdf5e5a266ff710b (patch) | |
tree | 287c6c40e1d0fca96ff39f0b2cbdd837b6ab7981 | |
parent | 9467fc9a01158569ba8c50aa0a7e247d2af4f5ec (diff) |
DB/Quest: Improvements for Valduran the Stormborn
-rw-r--r-- | sql/updates/world/3.3.5/2019_03_03_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_03_03_02_world.sql b/sql/updates/world/3.3.5/2019_03_03_02_world.sql new file mode 100644 index 00000000000..92234f7d658 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_03_03_02_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=0, `target_type`=19, `target_param1`=29368 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=66; +UPDATE `smart_scripts` SET `action_param1`=1 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=53; +UPDATE `smart_scripts` SET `action_param1`=10000 WHERE `entryorguid` IN (29801,30152) AND `source_type`=0 AND `action_type`=41; |