mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
fix(DB/LookingForGroup): Leaving dungeon does not give deserter (#12763)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user