From ed346c69fbd0dcb0e2ae5c22e98ae0cfe4ed8b41 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Tue, 7 Jun 2016 08:05:28 +0200 Subject: DB/Misc: More trainers work By Lopfest --- sql/updates/world/6.x/2016_06_07_03_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/6.x/2016_06_07_03_world.sql (limited to 'sql') diff --git a/sql/updates/world/6.x/2016_06_07_03_world.sql b/sql/updates/world/6.x/2016_06_07_03_world.sql new file mode 100644 index 00000000000..55cc3797e5b --- /dev/null +++ b/sql/updates/world/6.x/2016_06_07_03_world.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `npc_trainer` WHERE `SpellID` IN (14809, 14810, 17181); +INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES +(201126, 14809, 2600, 333, 155, 0), +(201126, 14810, 3000, 333, 175, 0), +(201126, 17181, 10000, 333, 250, 0); + +UPDATE `npc_trainer` SET `ID`=201009 WHERE `ID`=201124; +UPDATE `npc_trainer` SET `ID`=201011 WHERE `ID`=201126; +UPDATE `npc_trainer` SET `SpellID`=-201011 WHERE `SpellID`=-201126; -- cgit v1.2.3