From 3c7b1d2db8b78bf17014b81b0c3694ee141cc800 Mon Sep 17 00:00:00 2001 From: Pyromanihack <82369562+Pyromanihack@users.noreply.github.com> Date: Thu, 29 Dec 2022 12:12:53 +0100 Subject: [PATCH] fix(DB/smart_scripts): Fix Tapoke "Slim" Jahn's event_flags (#14362) --- data/sql/updates/pending_db_world/MissingDiplomat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/MissingDiplomat diff --git a/data/sql/updates/pending_db_world/MissingDiplomat b/data/sql/updates/pending_db_world/MissingDiplomat new file mode 100644 index 000000000..14f2f9dda --- /dev/null +++ b/data/sql/updates/pending_db_world/MissingDiplomat @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `event_flags`=`event_flags`&~512 WHERE `entryorguid`=4962;