fix(DB/GameObject): fix Malchezaar door being selectable (#16275)

initial
This commit is contained in:
Dan
2023-09-25 05:55:24 +02:00
committed by GitHub
parent 09c8aeac32
commit f2e289ea07

View File

@@ -0,0 +1,3 @@
--
-- fix Malchezaar event door not being interactable with players
UPDATE `gameobject_template_addon` SET `flags` = `flags`|16 WHERE `entry` = 185134;