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:
parent
1b29f2fb64
commit
c31f3667da
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue