diff options
| author | Killyana <morphone1@gmail.com> | 2020-05-21 02:05:44 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-01-06 16:06:40 +0100 |
| commit | 876d9f52ec930c7a92ffeffc17e6ae5d6ac9aa3f (patch) | |
| tree | d65cc32e3cb805c29709c781be1e611d5b666d8e /sql | |
| parent | a4016b9767bfd97867cabe4c7db4ed01eec8e983 (diff) | |
DB/GameObject: Convert & update support for Jump-a-tron 4000 to DB script
Closes #24668
(cherry picked from commit 6b9a14ca940a2104a89cfadf07978a2759acb47a)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_01_06_13_world_2020_05_20_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_06_13_world_2020_05_20_03_world.sql b/sql/updates/world/master/2022_01_06_13_world_2020_05_20_03_world.sql new file mode 100644 index 00000000000..445f41974a9 --- /dev/null +++ b/sql/updates/world/master/2022_01_06_13_world_2020_05_20_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `event_scripts` WHERE `id`=12275; +INSERT INTO `event_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(12275,0,15,33382,3,0,0,0,0,0); |
