aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr-J <daniel.jarrott0@gmail.com>2015-08-21 14:54:13 +0100
committerMitchesD <majklprofik@seznam.cz>2015-09-25 15:17:26 +0200
commit0776460722cb32b4aeec73489a201a36c444e794 (patch)
tree2cdad97b3c795b134f00e793b9d4130a4fbe0451
parent0f580fcc02ad885d046329469dd7bab9a71c9e73 (diff)
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)
-rw-r--r--sql/updates/world/2015_09_25_07_world_2015_08_21_00.sql3
1 files changed, 3 insertions, 0 deletions
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);