fix(DB/LookingForGroup): Leaving dungeon does not give deserter (#12763)

This commit is contained in:
SoglaHash 2022-09-06 20:15:43 +02:00 committed by GitHub
parent b2b0c68045
commit d5ac35c4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);