From 837525a027f8117e4f55348483566b4ab282cc2a Mon Sep 17 00:00:00 2001 From: Gultask <100873791+Gultask@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:08:59 -0300 Subject: [PATCH] fix(DB/Creature): Blight Geist using wrong target_type (#19189) Create rev_1719452424249472600.sql --- data/sql/updates/pending_db_world/rev_1719452424249472600.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1719452424249472600.sql diff --git a/data/sql/updates/pending_db_world/rev_1719452424249472600.sql b/data/sql/updates/pending_db_world/rev_1719452424249472600.sql new file mode 100644 index 000000000..1a0a5a89f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1719452424249472600.sql @@ -0,0 +1,2 @@ +-- +UPDATE `smart_scripts` SET `target_type` = 8 WHERE `entryorguid` = 2875000 AND `source_type` = 9 AND `id` = 3;