DB/Fishing: The Obsidian Sanctum

(cherry picked from commit 0adfda6551)
This commit is contained in:
Killyana
2019-04-08 00:55:20 +02:00
committed by Shauren
parent d58d61e851
commit e650402a5e

View File

@@ -0,0 +1,9 @@
--
DELETE FROM `skill_fishing_base_level` WHERE `entry`=4493;
INSERT INTO `skill_fishing_base_level` (`entry`,`skill`) VALUES
(4493,550);
DELETE FROM `fishing_loot_template` WHERE `entry`=4493;
INSERT INTO `fishing_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
(4493, 7078, 0, 4, 0, 1, 0, 1, 1, "The Obsidian Sanctum"),
(4493, 6297, 0, 100, 0, 32768, 0, 1, 1, "The Obsidian Sanctum"),
(4493, 3857, 0, 96, 0, 1, 0, 1, 1, "The Obsidian Sanctum");