mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Trainer) Add Flying Carpet to Tailoring trainers (#15161)
* Create rev_1677089599224449400.sql * Update rev_1677089599224449400.sql * Reference Moved the spell to a reference. Still one trainer missing the spell and waiting for help on how to deal with it. * Update rev_1677089599224449400.sql * Cleanup Removed the useless delete... * Update data/sql/updates/pending_db_world/rev_1677089599224449400.sql Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com> --------- Co-authored-by: Gultask <100873791+Gultask@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
DELETE FROM `npc_trainer` WHERE `SpellID`=60969 AND `ID` IN (201040, 201041);
|
||||
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`, `ReqSpell`) VALUES
|
||||
(201040, 60969, 105000, 197, 300, 0, 0);
|
||||
Reference in New Issue
Block a user