aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authoroffl <offl@users.noreply.github.com>2020-05-06 22:56:52 +0200
committerKillyana <morphone1@gmail.com>2020-05-06 22:56:52 +0200
commit63b1c740941e3b6af537b27024b12982064eddfa (patch)
treedb6611c21b8e6249ac3cd38bb0151960050c6001 /sql/updates
parentbda7c385ee09b55068f2930cb1720ac160b862ed (diff)
DB/Loot: Add more items for Crimson Hand Battle Mage
Closes #24576
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/3.3.5/2020_05_06_04_world.sql17
1 files changed, 17 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_06_04_world.sql b/sql/updates/world/3.3.5/2020_05_06_04_world.sql
new file mode 100644
index 00000000000..2179da99357
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_05_06_04_world.sql
@@ -0,0 +1,17 @@
+-- Copied from Crimson Hand Centurion
+DELETE FROM `creature_loot_template` WHERE `Entry` = 20047 AND `Item` IN (21877,24001,24002,24011,24013,24014,24035,24093,27855,27860,30183,32897,32902,32905);
+INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Reference`,`Chance`,`QuestRequired`,`LootMode`,`GroupId`,`MinCount`,`MaxCount`) VALUES
+(20047,21877,0,21.31,0,1,0,2,3),
+(20047,24001,24001,5,0,1,1,1,1),
+(20047,24002,24002,5,0,1,1,1,1),
+(20047,24011,24011,1,0,1,1,1,1),
+(20047,24013,24013,1,0,1,1,1,1),
+(20047,24014,24014,0.5,0,1,1,1,1),
+(20047,24035,24035,2,0,1,1,1,1),
+(20047,24093,24093,0.5,0,1,1,1,1),
+(20047,27855,0,5.13,0,1,0,1,1),
+(20047,27860,0,2.88,0,1,0,1,1),
+(20047,30183,0,4.14,0,1,0,1,1),
+(20047,32897,0,8.9,0,1,0,1,1),
+(20047,32902,0,10.68,0,1,0,1,3),
+(20047,32905,0,4.24,0,1,0,1,3);