Broodlord Lashlayer overhaul + supressors

This commit is contained in:
FALL1N1
2020-11-10 02:54:05 +02:00
parent 22a2d55e67
commit 6b6acda28a
3 changed files with 141 additions and 7 deletions

View File

@@ -83,3 +83,8 @@ DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_vael_burning_adrenali
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
('18173', 'spell_vael_burning_adrenaline');
-- Suppression Room
SET @GO_TURRET = 179784;
UPDATE `gameobject_template` SET `ScriptName`='go_suppression_device' WHERE `entry`=@GO_TURRET;
UPDATE `gameobject_template_addon` SET `faction`=14 WHERE `entry`=@GO_TURRET;