From 650b8f175c6a9f4d114711f4b40cc1595c4769df Mon Sep 17 00:00:00 2001 From: Asthalor <87535580+Asthalor@users.noreply.github.com> Date: Mon, 9 Aug 2021 18:24:33 +0200 Subject: [PATCH] fix(DB/Creature): remove spell Trash from Mosh'Ogg Brute (#7231) --- .../updates/pending_db_world/rev_1628101702822210800.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1628101702822210800.sql diff --git a/data/sql/updates/pending_db_world/rev_1628101702822210800.sql b/data/sql/updates/pending_db_world/rev_1628101702822210800.sql new file mode 100644 index 000000000..4e186bb32 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1628101702822210800.sql @@ -0,0 +1,6 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1628101702822210800'); + +-- Removed script where Mosh'Ogg Brute (1142) used Trash. Because it was the only entry it was changed to AggressorAI +UPDATE `creature_template` SET `AIName` = '' WHERE (`entry` = 1142); +DELETE FROM `smart_scripts` WHERE (`entryorguid` = 1142) AND (`source_type` = 0) AND (`id` IN (0)); +