diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2017-12-24 02:43:19 +0100 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-04-15 05:53:27 +0200 |
| commit | 8f0e0c77ea8cf6bfa106068f218acdd4c5cdacdb (patch) | |
| tree | dde8813e094cac7889f347b473df33873d4460b4 | |
| parent | a5635526ed4fd7d32be7b250a0da7eb45720629e (diff) | |
DB/Gameobject: Fix few instances spawns
Closes #21101
Closes #21099
(cherry picked from commit fe97d96abc9df65417e76b1054f71763f7fcf06c)
| -rw-r--r-- | sql/updates/world/master/2021_03_19_00_world_2017_12_24_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_19_00_world_2017_12_24_00_world.sql b/sql/updates/world/master/2021_03_19_00_world_2017_12_24_00_world.sql new file mode 100644 index 00000000000..90d099fb0a0 --- /dev/null +++ b/sql/updates/world/master/2021_03_19_00_world_2017_12_24_00_world.sql @@ -0,0 +1,3 @@ +-- +UPDATE `gameobject` SET `spawnDifficulties` = '1,2' WHERE `id` = 182947; +UPDATE `gameobject` SET `spawnDifficulties` = '2' WHERE `id` = 184222 AND `map` IN (553,554); |
