summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2020-04-22 11:48:23 +0200
committerGitHub <noreply@github.com>2020-04-22 11:48:23 +0200
commit69d121fd0391a0bc3fe26edab483398a138c9e6b (patch)
tree0a605741003caead44c6f06d676850e27ee0965d
parentfd9d98bedb8d4f9ef55486523aa4854a826455ce (diff)
fix(DB/Spell): Clam drops (#2757)
-rw-r--r--data/sql/updates/pending_db_world/rev_1584114505260057800.sql20
1 files changed, 20 insertions, 0 deletions
diff --git a/data/sql/updates/pending_db_world/rev_1584114505260057800.sql b/data/sql/updates/pending_db_world/rev_1584114505260057800.sql
new file mode 100644
index 0000000000..04c34971b5
--- /dev/null
+++ b/data/sql/updates/pending_db_world/rev_1584114505260057800.sql
@@ -0,0 +1,20 @@
+INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584114505260057800');
+
+-- Based on https://wowwiki.fandom.com/wiki/Clam?oldid=2076011
+DELETE FROM `spell_loot_template` WHERE `entry` IN (58172, 58168, 61898, 58165, 58160);
+INSERT INTO `spell_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
+(58172, 5503, 0, 100, 0, 1, 0, 1, 1, ''),
+(58172, 5498, 0, 5, 0, 1, 1, 1, 1, ''),
+(58168, 5504, 0, 100, 0, 1, 0, 1, 1, ''),
+(58168, 5498, 0, 5, 0, 1, 1, 1, 1, ''),
+(58168, 5500, 0, 2.5, 0, 1, 1, 1, 1, ''),
+(61898, 15924, 0, 100, 0, 1, 0, 1, 1, ''),
+(58165, 7974, 0, 100, 0, 1, 0, 1, 1, ''),
+(58165, 5498, 0, 3, 0, 1, 1, 1, 1, ''),
+(58165, 5500, 0, 1, 0, 1, 1, 1, 1, ''),
+(58165, 7971, 0, 4, 0, 1, 1, 1, 1, ''),
+(58165, 13926, 0, 0.5, 0, 1, 1, 1, 1, ''),
+(58160, 24477, 0, 100, 0, 1, 0, 1, 1, ''),
+(58160, 24478, 0, 15, 0, 1, 1, 1, 1, ''),
+(58160, 13926, 0, 5, 0, 1, 1, 1, 1, ''),
+(58160, 24479, 0, 1, 0, 1, 1, 1, 1, '');