Update zone_eversong_woods.sql

fix
This commit is contained in:
Grimfeather
2024-10-08 21:46:40 +02:00
committed by GitHub
parent cb90156bc4
commit 0bc2890310

View File

@@ -6,7 +6,7 @@ INSERT INTO `creature_questender` (`id`, `quest`) VALUES (15283, 8344);
DELETE FROM `creature_queststarter` WHERE `id`=15283 AND `quest`=8344;
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (15283, 8344);
DELETE FROM `creature_loot_template` WHERE `Entry`= 15298;
DELETE FROM `creature_loot_template` WHERE `Entry`= 15298 AND `Item`=20935;
INSERT INTO `creature_loot_template` (Entry, Item, Reference, Chance, QuestRequired, LootMode, GroupId, MinCount, MaxCount, Comment) VALUES
(15298, 20935, 0, 80, 1, 1, 0, 1, 1, 'Tainted Arcane Wraith - Tainted Wraith Essence');