fix(Scripts/Scholomance): Grandmaster Gandling correctly drops threat if teleports the tank (#8455)

This commit is contained in:
patou01
2021-11-01 09:55:01 +01:00
committed by GitHub
parent 192360a3a5
commit ee0bc7d592
5 changed files with 522 additions and 260 deletions

View File

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