mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
DB/Quest: Territorial Trespass
Ref #20771
(cherry picked from commit de49ba1d7c)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
--
|
||||
DELETE FROM `event_scripts` WHERE `id` = 19714;
|
||||
INSERT INTO `event_scripts` (`id`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES
|
||||
(19714,0,9,5272,60,0,0,0,0,0),
|
||||
(19714,0,9,5273,60,0,0,0,0,0),
|
||||
(19714,0,9,5274,60,0,0,0,0,0),
|
||||
(19714,0,9,5271,60,0,0,0,0,0),
|
||||
(19714,0,9,5275,60,0,0,0,0,0),
|
||||
(19714,0,10,30461,600000,0,6947.48,-859.518,1147.6,5.67487);
|
||||
UPDATE `gameobject` SET `position_z`=1066.73991 WHERE `guid`=5275;
|
||||
UPDATE `gameobject` SET `position_z`=1067.04003 WHERE `guid`=5274;
|
||||
|
||||
Reference in New Issue
Block a user