From fe3487f07872366ee338814a9e4bc407c441a069 Mon Sep 17 00:00:00 2001 From: UltraNix <80540499+UltraNix@users.noreply.github.com> Date: Sun, 1 Jan 2023 12:50:24 +0100 Subject: [PATCH] fix(DB/SAI): Swamplord Musel'ek should yell when Claw is enraged. (#14454) Fixes #13996 --- .../sql/updates/pending_db_world/rev_1672568748762669000.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1672568748762669000.sql diff --git a/data/sql/updates/pending_db_world/rev_1672568748762669000.sql b/data/sql/updates/pending_db_world/rev_1672568748762669000.sql new file mode 100644 index 000000000..08bccd305 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1672568748762669000.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `link`=9 WHERE `entryorguid`=17827 AND `source_type`=0 AND `id`=2; +DELETE FROM `smart_scripts` WHERE `entryorguid`=17827 AND `source_type`=0 AND `id`=9; +INSERT INTO `smart_scripts` VALUES +(17827,0,9,0,61,0,100,0,0,0,0,0,0,1,0,0,0,0,0,0,19,17826,100,0,0,0,0,0,0,'Claw - Combat - Swamplord Musel\'ek Say 0');