mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
Scripted/BaradinHold: Implemented Pit Lord Argaloth
Note: Need some update with sniff
This commit is contained in:
13
sql/updates/world/2013_08_10_00_world_argaloth_434.sql
Normal file
13
sql/updates/world/2013_08_10_00_world_argaloth_434.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` IN (88954,95173,88942,95172);
|
||||
INSERT INTO `spell_script_names`(`spell_id`, `ScriptName`) VALUES
|
||||
(88954,'spell_argaloth_consuming_darkness'),
|
||||
(95173,'spell_argaloth_consuming_darkness'),
|
||||
(88942,'spell_argaloth_meteor_slash'),
|
||||
(95172,'spell_argaloth_meteor_slash');
|
||||
|
||||
UPDATE `creature_template` SET `ScriptName`='boss_pit_lord_argaloth' WHERE `entry`=47120;
|
||||
UPDATE `creature_template` SET `faction_A`=85,`faction_H`=85,`faction_A`=16,`faction_H`=16,`flags_extra`=128 WHERE `entry`=47829;
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry`=47829;
|
||||
INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES
|
||||
(47829, 0, 0x0, 0x1, '88999');
|
||||
Reference in New Issue
Block a user