From 46d38526a975b656b03f4068a82714fabcb883d4 Mon Sep 17 00:00:00 2001 From: Killyana Date: Mon, 6 Apr 2020 18:38:06 +0200 Subject: DB/Quest: Conversing With the Depths Fix the reset of the gob and allow the second action list to override the first one and fix the cosmetic npc trigger position --- sql/updates/world/3.3.5/2020_04_06_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_04_06_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2020_04_06_00_world.sql b/sql/updates/world/3.3.5/2020_04_06_00_world.sql new file mode 100644 index 00000000000..9419fef6954 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_04_06_00_world.sql @@ -0,0 +1,4 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=2 WHERE `entryorguid`=18842200 AND `source_type`=9 AND `id`=6; +UPDATE `smart_scripts` SET `action_param3`=1 WHERE `entryorguid`=26648 AND `source_type`=0 AND `id`=9; +UPDATE `creature` SET `position_x`=2452.6499, `position_y`=1721.3299, `position_z`=63.055, `Orientation`=3.285 WHERE `guid`=62851; -- cgit v1.2.3