diff options
| author | malcrom <malcrom@users.noreply.github.com> | 2021-10-08 17:00:21 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2021-10-08 17:00:21 +0300 |
| commit | 10a3bf4312c102a145dbe82ac8f137c45f05c4c0 (patch) | |
| tree | 2ccb14b487efd39319aa7e911c505ac11d846b7e | |
| parent | 2ef8c9c870f05e3fc645a02c7f9ce59cd43ee6dc (diff) | |
DB/Quest: Fix 'Bitter Rivals'
Closes #26920
| -rw-r--r-- | sql/updates/world/3.3.5/2021_10_08_01_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_10_08_01_world.sql b/sql/updates/world/3.3.5/2021_10_08_01_world.sql new file mode 100644 index 00000000000..89697c6468a --- /dev/null +++ b/sql/updates/world/3.3.5/2021_10_08_01_world.sql @@ -0,0 +1,7 @@ +-- Fix Quest 308 "Distracting Jarven" +UPDATE `smart_scripts` SET `action_param1`=0, `action_param2`=0 WHERE `entryorguid`=1373 AND `source_type`=0 AND `id`=3; +UPDATE `smart_scripts` SET `action_param1`=46,`action_param2`=0 WHERE `entryorguid`=1373 AND `source_type`=0 AND `id`=4; +UPDATE `smart_scripts` SET `target_type`=8, `target_o`=0.977384 WHERE `entryorguid`=1373 AND `source_type`=0 AND `id`=11; +DELETE FROM `smart_scripts` WHERE `entryorguid`=1373 AND `source_type`=0 AND `id`=12; +INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`event_type`,`event_chance`,`event_param1`,`action_type`,`action_param1`,`action_param2`,`target_type`,`comment`) VALUES +(1373,0,12,40,100,13,133,1,1037,1, "Jarven Thunderbrew - On WP 13 Reached - Respawn Closest Gameobject 'Guarded Thunder Ale Barrel'"); |
