diff options
author | Killyana <morphone1@gmail.com> | 2018-01-26 22:51:02 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-06-18 21:18:18 +0200 |
commit | e88648b6ef6b8f1d3c683103ef4dc11e6aae12eb (patch) | |
tree | e316c7b0c723ebe9aa921f3b6badb4400982305b | |
parent | 7fbb295392e6667600d2b5e770678cd5cddc2f10 (diff) |
DB/Quest: Territorial Trespass
Ref #20771
(cherry picked from commit de49ba1d7c20dd139c84e6fde68e07adda799285)
-rw-r--r-- | sql/updates/world/master/2021_06_18_00_world_2018_01_26_00_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_06_18_00_world_2018_01_26_00_world.sql b/sql/updates/world/master/2021_06_18_00_world_2018_01_26_00_world.sql new file mode 100644 index 00000000000..4753dd2d845 --- /dev/null +++ b/sql/updates/world/master/2021_06_18_00_world_2018_01_26_00_world.sql @@ -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; + |