mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 11:55:43 +00:00
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:
@@ -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);
|
||||
Reference in New Issue
Block a user