aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-21 23:07:10 +0200
committerShauren <shauren.trinity@gmail.com>2021-12-02 00:38:40 +0100
commitae595df7ea93ecabf7608317ea5d2b6eb2576888 (patch)
tree2e20d969f2d3d4f789bf7ef3c5f305d7d0f0d458
parent575bcc8c8225420c607e56c507ce837e50759e6a (diff)
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)
-rw-r--r--sql/updates/world/master/2021_12_01_01_world_2019_04_21_00_world.sql4
1 files changed, 4 insertions, 0 deletions
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;