fix(DB/Creature): Sturdy Plate shouldn't be selectable. (#19366)

This commit is contained in:
avarishd
2024-07-09 20:40:04 +03:00
committed by GitHub
parent 7d08758f1f
commit d9e556ff92

View File

@@ -0,0 +1,2 @@
-- Sturdy Plate
UPDATE `creature_template` SET `unit_flags` = `unit_flags`|33554432 WHERE (`entry` = 32839);