mirror of
https://github.com/ZhengPeiRu21/mod-individual-progression
synced 2025-11-29 23:44:51 +08:00
Update professions.sql
code moved here from zone_eversong_woods.sql
This commit is contained in:
@@ -30,8 +30,9 @@ UPDATE `item_template` SET `description` = 'Teaches you advanced first aid, allo
|
|||||||
-- TBC First Aid vendors
|
-- TBC First Aid vendors
|
||||||
UPDATE `creature_template` SET `npcflag` = 128 WHERE `entry` IN (18990, 18991); -- set to vendors, no longer trainers
|
UPDATE `creature_template` SET `npcflag` = 128 WHERE `entry` IN (18990, 18991); -- set to vendors, no longer trainers
|
||||||
|
|
||||||
DELETE FROM `npc_trainer` WHERE `ID` IN (16731, 17214, 17424, 18990, 18991, 19184, 19478, 22477);
|
DELETE FROM `npc_trainer` WHERE `ID` IN (16272, 16731, 17214, 17424, 18990, 18991, 19184, 19478, 22477);
|
||||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES
|
INSERT INTO `npc_trainer` (`ID`, `SpellID`) VALUES
|
||||||
|
(16272, -350000), -- Kanaria, Eversong Woods
|
||||||
(16731, -350000), -- Nus, The Exodar
|
(16731, -350000), -- Nus, The Exodar
|
||||||
(17214, -350000), -- Anchorite Fateema, Azuremyst Isle
|
(17214, -350000), -- Anchorite Fateema, Azuremyst Isle
|
||||||
(17424, -350000), -- Anchorite Paetheus, Bloodmyst Isle
|
(17424, -350000), -- Anchorite Paetheus, Bloodmyst Isle
|
||||||
|
|||||||
Reference in New Issue
Block a user