From 4782d40a2753f9aec884afd104c9b98a36a224a8 Mon Sep 17 00:00:00 2001 From: Silker <61223313+Si1ker@users.noreply.github.com> Date: Tue, 6 Apr 2021 13:54:26 -0600 Subject: [PATCH] fix(DB/smart_scripts): Remove 'Prowl' on 'Flatland Prowler' (#5161) --- .../updates/pending_db_world/rev_1617686115809585900.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1617686115809585900.sql diff --git a/data/sql/updates/pending_db_world/rev_1617686115809585900.sql b/data/sql/updates/pending_db_world/rev_1617686115809585900.sql new file mode 100644 index 000000000..482fbe005 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1617686115809585900.sql @@ -0,0 +1,7 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1617686115809585900'); + +-- They did not have stealth in classic https://youtu.be/4Hlaez09riY?t=90 +-- No changes during TBC or WOLTK, until WoD https://youtu.be/JVQzZmGWjF8?t=16 +DELETE FROM `smart_scripts` WHERE `entryorguid`=3566 AND `source_type`=0 AND `id`=0 AND `link`=0; +UPDATE `creature_template` SET `AIName`='' WHERE `entry`=3566; +