From a9318af239cf9ba0c88c78bc5951dbf4f14c2c71 Mon Sep 17 00:00:00 2001 From: Revision Date: Tue, 21 Mar 2023 19:33:50 +0100 Subject: [PATCH] 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> --- data/sql/updates/pending_db_world/rev_1677089599224449400.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1677089599224449400.sql diff --git a/data/sql/updates/pending_db_world/rev_1677089599224449400.sql b/data/sql/updates/pending_db_world/rev_1677089599224449400.sql new file mode 100644 index 000000000..27c3c4dae --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1677089599224449400.sql @@ -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);