mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 13:22:48 +01:00
DB/Quest: add Burning Blade Spellscroll loot
By offl
This commit is contained in:
4
sql/updates/world/4.3.4/2018_01_20_00_world.sql
Normal file
4
sql/updates/world/4.3.4/2018_01_20_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- Quest: The Burning Blade
|
||||
DELETE FROM `creature_loot_template` WHERE `Item`= 52564;
|
||||
INSERT INTO `creature_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`,`MinCount`,`MaxCount`) VALUES
|
||||
(3196,52564,86,1,1,1),(3199,52564,64,1,1,1),(3195,52564,43,1,1,1);
|
||||
Reference in New Issue
Block a user