mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/GameObject: Convert & update support for Jump-a-tron 4000 to DB script
Closes #24668
(cherry picked from commit 6b9a14ca94)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user