mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(Core/Combat): Removed some invalid code about auto-acquiring a nearby target if primary target is not detectable by creature. (#8624)
Spells with sanctuary always delete hostile references (if not during encounter). Update visibility should be always forced in case of invisibility/stealth auras. Restored old Shadowmeld code. Fixes #4764 Fixes #7125
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1634671396926649200');
|
||||
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id`=58984;
|
||||
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=58984;
|
||||
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
|
||||
(58984,59646,0,'Shadowmeld: Sanctuary'),
|
||||
(58984,62196,0,'Shadowmeld: Force deselect');
|
||||
Reference in New Issue
Block a user