diff options
author | Killyana <morphone1@gmail.com> | 2020-04-13 02:06:48 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-01 15:09:08 +0100 |
commit | aeb949f589c71b61c596bdb00f1763d04ac0c4cb (patch) | |
tree | 97a59a236daafa90e981d759d244e7c57b4d9f32 | |
parent | 1c8e81c9f8c22e86b8c55b62a030160b436ce76c (diff) |
DB/Quest: Battle at Valhalas: Fallen Heroes
Spawn positions fix and linked aggro
(cherry picked from commit 608d23fb1e2f2eaa1c3b155f8da4aa7fd02dbe8b)
-rw-r--r-- | sql/updates/world/master/2022_01_01_12_world_2020_04_12_03_world.sql | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_01_12_world_2020_04_12_03_world.sql b/sql/updates/world/master/2022_01_01_12_world_2020_04_12_03_world.sql new file mode 100644 index 00000000000..743761c18f9 --- /dev/null +++ b/sql/updates/world/master/2022_01_01_12_world_2020_04_12_03_world.sql @@ -0,0 +1,17 @@ +-- +UPDATE `smart_scripts` SET `target_x`=8187.2265, `target_y`=3514.9526, `target_z`=626.187, `target_o`=0.003626 WHERE `entryorguid`=3113500 AND `source_type`=9 AND `id`=7; +UPDATE `smart_scripts` SET `target_x`=8196.7939, `target_y`=3538.6892, `target_z`=626.927, `target_o`=5.324698 WHERE `entryorguid`=3113500 AND `source_type`=9 AND `id`=8; +UPDATE `smart_scripts` SET `target_x`=8225.9111, `target_y`=3543.8002, `target_z`=627.512, `target_o`=4.327242 WHERE `entryorguid`=3113500 AND `source_type`=9 AND `id`=9; +UPDATE `smart_scripts` SET `target_x`=8245.8515, `target_y`=3514.6064, `target_z`=628.232, `target_o`=3.074531 WHERE `entryorguid`=3113500 AND `source_type`=9 AND `id`=10; +UPDATE `smart_scripts` SET `target_x`=8231.8750, `target_y`=3491.2070, `target_z`=627.441, `target_o`=2.383380 WHERE `entryorguid`=3113500 AND `source_type`=9 AND `id`=11; +UPDATE `smart_scripts` SET `target_x`=8202.6035, `target_y`=3490.6833, `target_z`=625.509, `target_o`=1.075695 WHERE `entryorguid`=3113500 AND `source_type`=9 AND `id`=12; + +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (31193,31191,31192,31196,31194) AND `source_type`=0 AND `id`=6; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (31195) AND `source_type`=0 AND `id`=7; +INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES +(31191, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 39, 70, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Father Jhadras - In aggro - Call for help'), +(31192, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 39, 70, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Masud '), +(31193, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 39, 70, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Geness Half-Soul '), +(31194, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 39, 70, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Talla '), +(31195, 0, 7, 0, 4, 0, 100, 0, 0, 0, 0, 0, 39, 70, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Eldreth '), +(31196, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 39, 70, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Rith '); |