mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
10
sql/updates/world/2011_09_12_06_world_event_scripts.sql
Normal file
10
sql/updates/world/2011_09_12_06_world_event_scripts.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `event_scripts` WHERE `id` IN (16929,17084);
|
||||
INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
|
||||
-- H
|
||||
(16929, 3, 10, 25742, 360000, 0, 3533.64, 4535.52, -12.9953, 3.47514), -- Alluvion
|
||||
(16929, 10, 8, 25742, 0, 0, 0, 0, 0, 0), -- KC
|
||||
(16929, 3, 10, 25629, 360000, 0, 3511.96, 4527.18, -12.9949, 0.357893), -- Kryxix
|
||||
-- A
|
||||
(17084, 3, 10, 25794, 360000, 0, 3533.64, 4535.52, -12.9953, 3.47514), -- Shake-n-Quake 5000
|
||||
(17084, 10, 8, 25794, 0, 0, 0, 0, 0, 0), -- KC
|
||||
(17084, 3, 10, 25629, 360000, 0, 3511.96, 4527.18, -12.9949, 0.357893); -- Kryxix
|
||||
Reference in New Issue
Block a user