diff options
| author | Shauren <shauren.trinity@gmail.com> | 2022-09-23 09:59:58 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-09-23 09:59:58 +0200 |
| commit | 01f0f83139e7c60ca8ef96edf8ab2b1534885d62 (patch) | |
| tree | 14ecbf26394732fa4587aaef83a6578b1161cf59 /sql | |
| parent | 8348b93b1ab3f37e2fb3fa883e2417fef7f957d3 (diff) | |
Scripts: Fixed missing boss count initialization in The Slave Pens and The Botanica as well as incorrect map id assignment to Auchenai Crypts spawn groups
Closes #28278
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2022_09_23_00_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_09_23_00_world.sql b/sql/updates/world/3.3.5/2022_09_23_00_world.sql new file mode 100644 index 00000000000..e161c0a5f41 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_09_23_00_world.sql @@ -0,0 +1 @@ +UPDATE `instance_spawn_groups` SET `instanceMapId`=558 WHERE `spawnGroupId` BETWEEN 204 AND 205; |
