diff options
| author | Killyana <morphone1@gmail.com> | 2020-05-21 02:05:44 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2020-05-21 02:05:44 +0200 |
| commit | 6b9a14ca940a2104a89cfadf07978a2759acb47a (patch) | |
| tree | fbe57e516bc658eda1af39152388bf78a543b975 /sql | |
| parent | abd8140681c007a110a78ccb97a5677816bb94ba (diff) | |
DB/GameObject: Convert & update support for Jump-a-tron 4000 to DB script
Closes #24668
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_05_20_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_20_03_world.sql b/sql/updates/world/3.3.5/2020_05_20_03_world.sql new file mode 100644 index 00000000000..445f41974a9 --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
