mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gameobject: Fix few instances spawns
Closes #21101
Closes #21099
(cherry picked from commit fe97d96abc)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user