mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 02:04:52 +01:00
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:
10
sql/updates/world/4.3.4/2020_07_25_00_world.sql
Normal file
10
sql/updates/world/4.3.4/2020_07_25_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user