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:
Revision
2023-03-21 19:33:50 +01:00
committed by GitHub
parent d6dc93f0f1
commit a9318af239

View File

@@ -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);