From ae595df7ea93ecabf7608317ea5d2b6eb2576888 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 21 Apr 2019 23:07:10 +0200 Subject: DB/GameObject: Harbinger of the Second Trial Restore original data3: Time in ms before the initial state is restored, and remove the manual despawn as it's called once the gob change state (cherry picked from commit 90e0131676099c7173022ca5e84f2d0f806a6b05) --- sql/updates/world/master/2021_12_01_01_world_2019_04_21_00_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2021_12_01_01_world_2019_04_21_00_world.sql (limited to 'sql/updates/world') diff --git a/sql/updates/world/master/2021_12_01_01_world_2019_04_21_00_world.sql b/sql/updates/world/master/2021_12_01_01_world_2019_04_21_00_world.sql new file mode 100644 index 00000000000..1c258a37e18 --- /dev/null +++ b/sql/updates/world/master/2021_12_01_01_world_2019_04_21_00_world.sql @@ -0,0 +1,4 @@ +-- +-- UPDATE `gameobject_template` SET `data3`=3000 WHERE `Entry`=182052; +UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` IN (182052) AND `source_type`=1 AND `id`=5; +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (182052) AND `source_type`=1 AND `id`=6; -- cgit v1.2.3