diff options
author | Filip <boev.filip@gmail.com> | 2013-08-27 04:56:56 +0200 |
---|---|---|
committer | Filip <boev.filip@gmail.com> | 2013-08-27 04:56:56 +0200 |
commit | a638f3d90b4a0cef6f0bafd810c3b0ff757c5c3e (patch) | |
tree | 26c277bd33afdda4f947e086cadd1e677fba2323 | |
parent | b8d697477ea1ccee0969e22838f5838807cf33ad (diff) |
DB/Loot: Bosses in Shattered Halls Heroic
Fixes #10638 by @dr-j
-rw-r--r-- | sql/updates/world/2013_08_26_06_world_loot.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2013_08_26_06_world_loot.sql b/sql/updates/world/2013_08_26_06_world_loot.sql new file mode 100644 index 00000000000..bb4fdb4f41a --- /dev/null +++ b/sql/updates/world/2013_08_26_06_world_loot.sql @@ -0,0 +1,6 @@ +UPDATE `reference_loot_template` SET `groupid`=2 WHERE `entry`=25019; -- Grand Warlock Nethekurse (Heroic) +UPDATE `reference_loot_template` SET `groupid`=2 WHERE `entry`=25020; -- Warbringer O'mrogg (Heroic) + +UPDATE `creature_loot_template` SET `groupid`=2 WHERE `entry`=16809 AND `item`=25020; +UPDATE `creature_loot_template` SET `groupid`=2 WHERE `entry`=16807 AND `item`=25019; + |