From 25db347b09c5b9f8492d3553bdf5e5a266ff710b Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 3 Mar 2019 15:40:24 +0100 Subject: DB/Quest: Improvements for Valduran the Stormborn --- sql/updates/world/3.3.5/2019_03_03_02_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_03_03_02_world.sql (limited to 'sql/updates') 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; -- cgit v1.2.3