mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
8
data/sql/updates/db_world/2022_09_06_06.sql
Normal file
8
data/sql/updates/db_world/2022_09_06_06.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- DB update 2022_09_06_05 -> 2022_09_06_06
|
||||
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);
|
||||
Reference in New Issue
Block a user