From 12ac2190eb8cbf7b3e77a91c790f60687f68a242 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 12 Feb 2023 21:27:59 +0100 Subject: [PATCH] fix(DB/SAI): Fixed Private Hendel SAI script. (#14866) --- data/sql/updates/pending_db_world/rev_1675540548592980100.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1675540548592980100.sql diff --git a/data/sql/updates/pending_db_world/rev_1675540548592980100.sql b/data/sql/updates/pending_db_world/rev_1675540548592980100.sql new file mode 100644 index 000000000..f515a58e5 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1675540548592980100.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `action_param3`=1 WHERE `entryorguid`=4966 AND `source_type`=0 AND `id`=7;