diff options
-rw-r--r-- | sql/updates/world/master/2018_01_20_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2018_01_20_00_world.sql b/sql/updates/world/master/2018_01_20_00_world.sql new file mode 100644 index 00000000000..743752c0f69 --- /dev/null +++ b/sql/updates/world/master/2018_01_20_00_world.sql @@ -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); |