fix(DB/Creature): Add Repair npcflag to 28344 Blazzle (#18242)

This commit is contained in:
sudlud 2024-02-01 17:05:30 +01:00 committed by GitHub
parent 028835619b
commit d9cd36220b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,2 @@
-- Add Repair npcflag to 28344 Blazzle
UPDATE `creature_template` SET `npcflag` = (`npcflag` | 4096) WHERE `entry` = 28344;