mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
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
This commit is contained in:
22
data/sql/world/base/zone_dun_morogh.sql
Normal file
22
data/sql/world/base/zone_dun_morogh.sql
Normal file
@@ -0,0 +1,22 @@
|
||||
-- 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
|
||||
Reference in New Issue
Block a user