From b57c729f4c4b55863b1a9e4f31ab12dc3d451492 Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Tue, 28 Mar 2023 09:55:12 -0300 Subject: [PATCH] fix(DB/Gameobject): Nethermancer Sepethrea door should not be useable by players (#15568) Create rev_1679690789861656800.sql --- data/sql/updates/pending_db_world/rev_1679690789861656800.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1679690789861656800.sql diff --git a/data/sql/updates/pending_db_world/rev_1679690789861656800.sql b/data/sql/updates/pending_db_world/rev_1679690789861656800.sql new file mode 100644 index 000000000..32a80f95a --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1679690789861656800.sql @@ -0,0 +1,2 @@ +-- +UPDATE `gameobject_template_addon` SET `faction` = 1375, `flags` = 32 WHERE (`entry` = 184449);