Files
mod-individual-progression/data/sql/world/base/zone_eversong_woods.sql
Grimfeather 01b0ffc5f7 Moving sql files to data folder (#670)
- all sql files moved to data directory
- vanilla_regen_values is now labeled as optional. zz_optional_vanilla_regen_values.sql
- vanilla_mob_factions removed, content moved to zone_ sql files
- naxx40_remove_disables removed, content moved to naxx40 sql file
- zone_elwynn_forest clean up
- zone_durotar clean up
- zone_tirisfal_glades clean up
2025-08-23 09:59:54 +02:00

18 lines
1.1 KiB
SQL

UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15271; -- Tender
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15273; -- Arcane Wraith
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15294; -- Feral Tender
UPDATE `creature_template` SET `faction` = 16 WHERE `entry` = 15298; -- Tainted Arcane Wraith
UPDATE `creature_template` SET `faction` = 14 WHERE `entry` = 15367; -- Felendren the Banished
-- Windows to the Source (Warlock)
DELETE FROM `creature_questender` WHERE `id`=15283 AND `quest`=8344;
INSERT INTO `creature_questender` (`id`, `quest`) VALUES (15283, 8344);
-- Windows to the Source (Warlock)
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 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');