diff options
| author | Killyana <morphone1@gmail.com> | 2018-01-26 22:51:02 +0100 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2018-01-26 22:51:02 +0100 |
| commit | de49ba1d7c20dd139c84e6fde68e07adda799285 (patch) | |
| tree | 65bf01afdb6569761f0e0d9673d3249055a00904 | |
| parent | 42c9289be36af9bc0c56ded0c296e058e862a349 (diff) | |
DB/Quest: Territorial Trespass
Ref #20771
| -rw-r--r-- | sql/updates/world/3.3.5/2018_01_26_00_world.sql | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_01_26_00_world.sql b/sql/updates/world/3.3.5/2018_01_26_00_world.sql new file mode 100644 index 00000000000..4753dd2d845 --- /dev/null +++ b/sql/updates/world/3.3.5/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; + |
