aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-04-09 04:39:20 +0200
committerShauren <shauren.trinity@gmail.com>2021-11-26 22:58:08 +0100
commiteb5dc13d14741a94352419dcec3b30732069fa4a (patch)
treeddf1097bfe06e1393a2c896e03726803cf941b05
parent5c2f1718deb7750ea68869e21553d139464031b3 (diff)
DB/Fishing: Add some missing loots and define base level fishing for Gundrak
(cherry picked from commit 5eeb69ff034bc8895868cccbd40aa70b0cfa293b)
-rw-r--r--sql/updates/world/master/2021_11_26_23_world_2019_04_09_00_world.sql22
1 files changed, 22 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_11_26_23_world_2019_04_09_00_world.sql b/sql/updates/world/master/2021_11_26_23_world_2019_04_09_00_world.sql
new file mode 100644
index 00000000000..04b54f8a8e2
--- /dev/null
+++ b/sql/updates/world/master/2021_11_26_23_world_2019_04_09_00_world.sql
@@ -0,0 +1,22 @@
+--
+DELETE FROM `reference_loot_template` WHERE `Entry`=11799 AND `Item` IN (45188, 45189, 4813, 5369, 45907, 779,45190);
+INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
+(11799, 45188, 0, 2, 0, 32768, 1, 1, 1, ""),
+(11799, 45189, 0, 2, 0, 32768, 1, 1, 1, ""),
+(11799, 4813, 0, 2, 0, 32768, 1, 1, 1, ""),
+(11799, 5369, 0, 2, 0, 32768, 1, 1, 1, ""),
+(11799, 45907, 0, 2, 0, 32768, 1, 1, 1, ""),
+(11799, 779, 0, 2, 0, 32768, 1, 1, 1, ""),
+(11799, 45190, 0, 3, 0, 32768, 1, 1, 1, "");
+
+DELETE FROM `reference_loot_template` WHERE `Entry`=11000 AND `Item` IN (6303, 6308, 6643, 6645, 6289);
+INSERT INTO `reference_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
+(11000, 6303, 0, 15, 0, 1, 1, 1, 1, ""),
+(11000, 6308, 0, 10, 0, 1, 1, 1, 1, ""),
+(11000, 6643, 0, 2, 0, 1, 1, 1, 1, ""),
+(11000, 6645, 0, 2, 0, 1, 1, 1, 1, ""),
+(11000, 6289, 0, 25, 0, 1, 1, 1, 1, "");
+
+DELETE FROM `skill_fishing_base_level` WHERE `entry`=4416;
+INSERT INTO `skill_fishing_base_level` (`entry`,`skill`) VALUES
+(4416,550);