Files
mod-individual-progression/data/sql/world/base/zone_dun_morogh.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

23 lines
930 B
SQL

-- Beginnings (Warlock)
DELETE FROM `creature_questender` WHERE `id` = 460 AND `quest` = 1599;
INSERT INTO `creature_questender` (`id`, `quest`) VALUES (460, 1599);
-- Beginnings (Warlock)
DELETE FROM `creature_queststarter` WHERE `id` = 460 AND `quest` = 1599;
INSERT INTO `creature_queststarter` (`id`, `quest`) VALUES (460, 1599);
-- Beginnings (Warlock)
UPDATE `quest_template` SET `Flags` = 8 WHERE `ID` = 1599;
-- Beginnings (Warlock)
UPDATE `quest_template_addon` SET `SpecialFlags` = 0 WHERE `ID` = 1599;
-- Thamner Pol <Physician>
DELETE FROM `npc_trainer` WHERE `ID` = 2326;
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES (2326, -350000);
UPDATE `creature_template` SET `faction` = 107 WHERE `entry` = 706; -- Frostmane Troll Whelp
UPDATE `creature_template` SET `faction` = 37 WHERE `entry` = 808; -- Grik'nir the Cold
UPDATE `creature_template` SET `faction` = 107 WHERE `entry` = 946; -- Frostmane Novice