diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-09-23 19:18:02 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-09-30 20:26:06 +0200 |
| commit | 3aae9192a128b381109d33cb8bfb91be327266af (patch) | |
| tree | f38c9100975fab4194b0c2035ba24dcc6d45336a | |
| parent | 9f091654819b3a36aecd03cb8c798a4659a6f78a (diff) | |
DB/Serpentshrine Cavern: Fixed incorrect map id assignment to spawn groups
(cherry picked from commit a67a127b405615b1a372218dfd1f21de5e5896de)
| -rw-r--r-- | sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql b/sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql new file mode 100644 index 00000000000..6490283a8ca --- /dev/null +++ b/sql/updates/world/master/2022_09_30_21_world_2022_09_23_02_world.sql @@ -0,0 +1 @@ +UPDATE `instance_spawn_groups` SET `instanceMapId`=548 WHERE `spawnGroupId` BETWEEN 179 AND 183; |
