diff options
author | Killyana <morphone1@gmail.com> | 2019-04-21 23:07:10 +0200 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2019-04-21 23:07:10 +0200 |
commit | 90e0131676099c7173022ca5e84f2d0f806a6b05 (patch) | |
tree | d7828c20449b6686d71e2a7d40a1a2e6955054f7 | |
parent | 90d4254a875de7ea4e6aaed7a39effb6b2a73abf (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
-rw-r--r-- | sql/updates/world/3.3.5/2019_04_21_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_04_21_00_world.sql b/sql/updates/world/3.3.5/2019_04_21_00_world.sql new file mode 100644 index 00000000000..2e3560cbc15 --- /dev/null +++ b/sql/updates/world/3.3.5/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; |