diff options
| author | Killyana <morphone1@gmail.com> | 2019-03-03 15:40:24 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2021-11-24 20:34:56 +0100 |
| commit | b5c4ae633f51627f6289e741f28ee1c127088364 (patch) | |
| tree | a8fdb611dcde739abb7c7992d94563aa5a1a2d45 | |
| parent | 72ca6d0120ad567cd5a9a5fe101abaa0cb899cd6 (diff) | |
DB/Quest: Improvements for Valduran the Stormborn
(cherry picked from commit 25db347b09c5b9f8492d3553bdf5e5a266ff710b)
| -rw-r--r-- | sql/updates/world/master/2021_11_24_12_world_2019_03_03_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_24_12_world_2019_03_03_02_world.sql b/sql/updates/world/master/2021_11_24_12_world_2019_03_03_02_world.sql new file mode 100644 index 00000000000..92234f7d658 --- /dev/null +++ b/sql/updates/world/master/2021_11_24_12_world_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; |
