DB/Gameobject: Fix few instances spawns

Closes #21101
Closes #21099

(cherry picked from commit fe97d96abc9df65417e76b1054f71763f7fcf06c)
This commit is contained in:
Aokromes
2021-04-15 05:53:27 +02:00
committed by funjoker
parent a5635526ed
commit 8f0e0c77ea
@@ -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);