mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-13 05:29:13 +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:
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