diff --git a/data/sql/updates/pending_db_world/rev_1660681693491912819.sql b/data/sql/updates/pending_db_world/rev_1660681693491912819.sql new file mode 100644 index 000000000..bbd0403a4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1660681693491912819.sql @@ -0,0 +1,7 @@ +DELETE FROM `lfg_dungeon_template` WHERE `dungeonId` IN (2, 276); +INSERT INTO `lfg_dungeon_template` +(`dungeonId`, `name`, `position_x`, `position_y`, `position_z`, `orientation`, +`VerifiedBuild`) +VALUES +(2, 'Scholomance', 196.37, 127.05, 134.91, 6.09, 0), +(276, 'Blackrock Depths - Upper City', 458.32, 26.52, -70.67, 4.95, 0);