diff --git a/data/sql/updates/pending_db_world/make_malchezaar_door_not_interactable.sql b/data/sql/updates/db_world/2023_09_25_00.sql similarity index 77% rename from data/sql/updates/pending_db_world/make_malchezaar_door_not_interactable.sql rename to data/sql/updates/db_world/2023_09_25_00.sql index 54d977996..69afe7231 100644 --- a/data/sql/updates/pending_db_world/make_malchezaar_door_not_interactable.sql +++ b/data/sql/updates/db_world/2023_09_25_00.sql @@ -1,3 +1,4 @@ +-- DB update 2023_09_24_02 -> 2023_09_25_00 -- -- fix Malchezaar event door not being interactable with players UPDATE `gameobject_template_addon` SET `flags` = `flags`|16 WHERE `entry` = 185134;