fix(DB/Creature): add TRIGGER flag to 'Ribbon Pole Fire Spiral Bunny' (#19115)

This commit is contained in:
sudlud
2024-06-21 22:49:17 +02:00
committed by GitHub
parent 680c219770
commit d4c25e5892

View File

@@ -0,0 +1,2 @@
-- add TRIGGER flag to 'Ribbon Pole Fire Spiral Bunny'
UPDATE `creature_template` SET `flags_extra` = (`flags_extra` | 128) WHERE (`entry` = 25303);