From 5aef2e8fb0f273161af0302ed7733434afd77f10 Mon Sep 17 00:00:00 2001 From: Walter Pagani Date: Fri, 11 Oct 2024 06:39:19 -0300 Subject: [PATCH] fix(SQL/smart_scripts) target in script 1436800 (#20151) * fix(SQL/broadcast_text_locale) Separate genders in MaleText and FemaleText * fix target in smart_script Co-Authored-By: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> --------- Co-authored-by: Benjamin Jackson <38561765+heyitsbench@users.noreply.github.com> --- data/sql/updates/pending_db_world/rev_1728233546701933600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1728233546701933600.sql diff --git a/data/sql/updates/pending_db_world/rev_1728233546701933600.sql b/data/sql/updates/pending_db_world/rev_1728233546701933600.sql new file mode 100644 index 000000000..e333e7ed7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1728233546701933600.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type`=12, `target_param1`=1 WHERE `entryorguid`=1436800 AND `source_type`=9 AND `id` IN (2, 4);