diff options
| author | megamage <none@none> | 2009-08-29 23:20:16 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-08-29 23:20:16 -0500 |
| commit | d802cd3811c77a1b0bef95a65fdfc4872ff557a8 (patch) | |
| tree | 68be363ef1f3ce843a32254a9b8fd122b7803434 /sql/updates | |
| parent | 6954eae60ac320639451bd83782f294da367b733 (diff) | |
*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
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/5475_world_scripts_ulduar.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5475_world_scripts_ulduar.sql b/sql/updates/5475_world_scripts_ulduar.sql new file mode 100644 index 00000000000..8939ee109a7 --- /dev/null +++ b/sql/updates/5475_world_scripts_ulduar.sql @@ -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 |
