fix(DB/LookingForGroup): Leaving dungeon does not give deserter (#12763)
This commit is contained in:
parent
b2b0c68045
commit
d5ac35c4ee
1 changed files with 7 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue