mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
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 90e0131676)
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user