mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-27 04:12:40 +01:00
DB/Quest: Update outro event of 'The Calling' (8315)
Updates #26803
(cherry picked from commit 40e31be684)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Source: vmangos
|
||||
UPDATE `gameobject_template_addon` SET `faction` = 114 WHERE `entry` = 180514;
|
||||
UPDATE `smart_scripts` SET `target_x` = -6825.29, `target_y` = 809.125, `target_z` = 51.8699, `target_o` = 0.349065 WHERE `entryorguid` = 1518300 AND `source_type` = 9 AND `id` = 1;
|
||||
UPDATE `smart_scripts` SET `target_x` = -6823.57, `target_y` = 811.977, `target_z` = 51.4426, `target_o` = 4.41568 WHERE `entryorguid` = 1518300 AND `source_type` = 9 AND `id` = 2;
|
||||
UPDATE `smart_scripts` SET `action_param1` = 180514, `target_x` = -6822.21, `target_y` = 808.584, `target_z` = 51.5885, `target_o` = 2.77507, `comment` = "Geologist Larksbane - On Script - Summon Gameobject 'Glyphed Crystal'" WHERE `entryorguid` = 1518300 AND `source_type` = 9 AND `id` = 3;
|
||||
Reference in New Issue
Block a user