diff --git a/Server/lfg_dungeon_template.sql b/Server/lfg_dungeon_template.sql new file mode 100644 index 0000000..b3aa77f --- /dev/null +++ b/Server/lfg_dungeon_template.sql @@ -0,0 +1,12 @@ +INSERT INTO `acore_world`.`lfg_dungeon_template` (`dungeonId`, `name`, `position_x`, `position_y`, `position_z`, `orientation`, `VerifiedBuild`) VALUES +(900, 'Stonetalon Ruins', 2725.531738, 1947.953735, 290.990601, 1.344944, 0), +(901, 'Demon Hunter Cove', 9648.030273, -208.490005, 21.402897, 0.441980, 0), +(902, 'Stonetalon Logging Camp', 1700.358765, 1779.384521, 144.574692, 4.328319, 0), +(904, 'Blackchar Cave', 2503.135986, 2590.451904, 62.987789, 6.176579, 0), +(905, 'Sandfury Delve', -12965.552734, -1277.645020, 45.990704, 4.002834, 0), +(906, 'Arathi Highlands Farm', -1913.873779, -3907.356689, 110.663895, 4.729281, 0), +(907, 'Elwynn Falls', -8325.285156, -340.285370, 145.863403, 6.022076, 0), +(908, 'QuelThalas Island', 4239.342285, -2683.871338, 5.781008, 4.806246, 0), +(909, 'Forgotten Gnome Camp', -5931.078613, 986.903076, 488.972839, 4.873131, 0), +(910, 'Newmans Landing', -6377.274902, -847.213379, 396.180176, 6.048255, 0), +(911, 'Altar of Storms', -11627.419922, -2348.380000, 10.088909, 3.813848, 0);