Scripts/AQ40: modernize instance script and nuke Ouro's script and scripted spawning sequence for him. This will make him at least attackable killable

This commit is contained in:
Ovahlord
2020-07-25 18:10:16 +02:00
parent b4ecbe3154
commit 6961041d34
7 changed files with 157 additions and 241 deletions

View File

@@ -0,0 +1,10 @@
-- High Prophet Skeram
UPDATE `creature_template` SET `unit_flags`= 64 WHERE `entry`= 15263;
-- Ouro
UPDATE `creature` SET `spawndist`= 0 WHERE `guid`= 88073;
UPDATE `creature_template` SET `ScriptName`= 'npc_ouro_spawner' WHERE `entry`= 15957;
DELETE FROM `creature_template_movement` WHERE `CreatureId`= 15517;
INSERT INTO `creature_template_movement` (`CreatureId`, `Ground`, `Flight`, `Rooted`) VALUES
(15517, 0, 1, 1);