fix(DB/Creature): Make "O'Mally's Instrument Bunny" invisible to players (#16645)

init
This commit is contained in:
Eddy Vega 2023-06-29 09:15:30 -06:00 committed by GitHub
parent e97fca07ed
commit e2eb1d7130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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