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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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