From 0776460722cb32b4aeec73489a201a36c444e794 Mon Sep 17 00:00:00 2001 From: Dr-J Date: Fri, 21 Aug 2015 14:54:13 +0100 Subject: DB/Misc: Add a missing item to loot of Bag of Fishing Treasures http://www.wowhead.com/item=54469/blank-slate#contained-in-item (cherry picked from commit 1047014c9796522ad76b5f198bf6c82b4c156082) --- sql/updates/world/2015_09_25_07_world_2015_08_21_00.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/2015_09_25_07_world_2015_08_21_00.sql (limited to 'sql') diff --git a/sql/updates/world/2015_09_25_07_world_2015_08_21_00.sql b/sql/updates/world/2015_09_25_07_world_2015_08_21_00.sql new file mode 100644 index 00000000000..05192c5a98d --- /dev/null +++ b/sql/updates/world/2015_09_25_07_world_2015_08_21_00.sql @@ -0,0 +1,3 @@ +DELETE FROM `reference_loot_template` WHERE `Entry`=10018 AND `Item`=54469; +INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES +(10018, 54469, 0, 5, 0, 1, 3, 1, 1, NULL); -- cgit v1.2.3