fix(DB/Creature): set Idol Room Spawner no longer visible (#19276)

This commit is contained in:
Jelle Meeus
2024-07-04 19:32:56 +02:00
committed by GitHub
parent c3e22c0fe2
commit d2e6eee205

View File

@@ -0,0 +1,2 @@
--
UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 128 WHERE `entry` = 8611;