mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(Scripts/Scholomance): Grandmaster Gandling correctly drops threat if teleports the tank (#8455)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633884280859489900');
|
||||
|
||||
-- gandling
|
||||
UPDATE `creature_template` SET `AIName` = '', `ScriptName` = 'boss_darkmaster_gandling' WHERE `entry` = 1853;
|
||||
|
||||
-- risen guardians
|
||||
UPDATE `creature_template` SET `AIName` = '' , `ScriptName` = 'npc_risen_guardian' WHERE `entry` = 11598;
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` = 11598 AND `source_type` = 0;
|
||||
|
||||
-- gates
|
||||
DELETE FROM `smart_scripts` WHERE `entryorguid` IN (177371, 177372, 177373, 177375, 177376, 177377) AND `source_type` = 1;
|
||||
UPDATE `gameobject_template` SET `AIName` = '' WHERE `entry` IN (177371, 177372, 177373, 177375, 177376, 177377);
|
||||
|
||||
-- portal spells
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_scholomance_shadow_portal', 'spell_scholomance_shadow_portal_rooms');
|
||||
Reference in New Issue
Block a user