diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-12-28 12:13:28 -0300 |
|---|---|---|
| committer | ariel- <ariel-@users.noreply.github.com> | 2017-12-28 12:16:35 -0300 |
| commit | f48f043e402b01a4effb7178b49d72b3a6b945af (patch) | |
| tree | 12bc1b713d4fd60bdf3b426886dc9f9c0dd3a04e | |
| parent | a998bba5c239d6bae8426b989ec96475efb969ae (diff) | |
DB/LFG: Fix BRD start position
| -rw-r--r-- | sql/updates/world/3.3.5/2017_12_28_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_28_00_world_335.sql b/sql/updates/world/3.3.5/2017_12_28_00_world_335.sql new file mode 100644 index 00000000000..db0b4bbea35 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_12_28_00_world_335.sql @@ -0,0 +1,4 @@ +DELETE FROM `lfg_dungeon_template` WHERE `dungeonId` IN (30, 276); +INSERT INTO `lfg_dungeon_template` (`dungeonId`, `name`, `position_x`, `position_y`, `position_z`, `orientation`, `VerifiedBuild`) VALUES +(30, 'Blackrock Depths - Prison', 456.929, 34.0923, -68.0896, 4.712389, 11159), +(276, 'Blackrock Depths - Upper City', 456.929, 34.0923, -68.0896, 4.712389, 11159); |
