aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-06-07 08:05:28 +0200
committerAokromes <Aokromes@users.noreply.github.com>2016-06-07 08:05:28 +0200
commited346c69fbd0dcb0e2ae5c22e98ae0cfe4ed8b41 (patch)
tree5425e1f8492f791ef5ab8f4406f668d76cda0523 /sql
parent21cbffae917ea7b78f7717a3e138b0b509bcce51 (diff)
DB/Misc: More trainers work
By Lopfest
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_06_07_03_world.sql10
1 files changed, 10 insertions, 0 deletions
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;