mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 02:25:38 +01:00
*More update about positions.
*Ulduar: do not allow demolisher to regenerate pyrite. Player must shoot down and grab the containers to refill pyrite. --HG-- branch : trunk
This commit is contained in:
@@ -2193,12 +2193,13 @@ spell5 = VALUES(spell5),
|
||||
spell6 = VALUES(spell6),
|
||||
vehicleid = VALUES(vehicleid);
|
||||
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (62427,62374,62399,62056,63985);
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (62427,62496,62374,62399,62056,63985);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
||||
(62427, 1, 33109), # Load into Catapult
|
||||
(62374, 1, 33060), # Pursued
|
||||
(62374, 1, 33109),
|
||||
(62399, 1, 33139), # Overload Circuit
|
||||
(62496, 1, 33167), # Liquid Pyrite - Salvaged Demolisher Mechanic Seat
|
||||
(63985, 1, 32934), # Stone Grip
|
||||
(62056, 1, 32934);
|
||||
|
||||
|
||||
3
sql/updates/5475_world_scripts_ulduar.sql
Normal file
3
sql/updates/5475_world_scripts_ulduar.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_script_target` WHERE `entry` IN (62496);
|
||||
INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES
|
||||
(62496, 1, 33167); # Liquid Pyrite - Salvaged Demolisher Mechanic Seat
|
||||
Reference in New Issue
Block a user