From c31f3667daace9cc2d5cd1837aa55240b33dde27 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Tue, 17 Oct 2023 21:32:51 +0300 Subject: [PATCH] fix(DB/Creature): Minor Manifestation of Earth stealth (#17498) * fix(DB/Creature): Minor Manifestation of Earth stealth * Update data/sql/updates/pending_db_world/rev_1697191216463702200.sql --------- Co-authored-by: Angelo Venturini --- .../sql/updates/pending_db_world/rev_1697191216463702200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1697191216463702200.sql diff --git a/data/sql/updates/pending_db_world/rev_1697191216463702200.sql b/data/sql/updates/pending_db_world/rev_1697191216463702200.sql new file mode 100644 index 000000000..9df0d7e06 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1697191216463702200.sql @@ -0,0 +1,5 @@ +-- Minor Manifestation of Earth +UPDATE `creature_template` SET `AIName` = '' WHERE `entry` = 5891; +UPDATE `creature_template_addon` SET `auras` = '8203' WHERE (`entry` = 5891); + +DELETE FROM `smart_scripts` WHERE (`entryorguid` = 5891) AND (`source_type` = 0);