diff options
-rw-r--r-- | sql/updates/world/3.3.5/2023_05_09_01_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_05_09_01_world.sql b/sql/updates/world/3.3.5/2023_05_09_01_world.sql new file mode 100644 index 00000000000..3409c102477 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_05_09_01_world.sql @@ -0,0 +1,4 @@ +-- Design: Infused Twilight Opal for Anub'arak in the Azjol-Nerub Heroic mode +DELETE FROM `creature_loot_template` WHERE `Entry`=31610 AND `Item`=41796; +INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(31610, 41796, 0, 17, 0, 1, 1, 1, 1, NULL); |