fix(DB/Creature): Set Trigger flag on Steam Vent. (#23710)

This commit is contained in:
Rocco Silipo
2025-11-15 16:54:50 +01:00
committed by GitHub
parent 435ca302ef
commit 4d42538051

View File

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