DB/Gameobject: Fix few instances spawns

Closes #21101
Closes #21099

(cherry picked from commit fe97d96abc)
This commit is contained in:
Aokromes
2017-12-24 02:43:19 +01:00
committed by funjoker
parent a5635526ed
commit 8f0e0c77ea

View File

@@ -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);