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 <nefertum.dev@protonmail.com>
This commit is contained in:
avarishd
2023-10-17 21:32:51 +03:00
committed by GitHub
parent 1b29f2fb64
commit c31f3667da

View File

@@ -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);