DB/Trainers: Restore battlepet trainer spells after 2a2aea27b7

This commit is contained in:
Meji
2022-08-01 00:29:37 +02:00
committed by ModoX
parent ed2a2f032a
commit b49e66199e

View File

@@ -0,0 +1,15 @@
--
DELETE FROM `trainer_spell` WHERE `TrainerId`=580;
INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES
(580,125610,1000,0,0,0,0,0,1,41079),
(580,10676,500,0,0,119467,0,0,0,41079),
(580,10688,500,0,0,119467,0,0,0,41079),
(580,10707,500,0,0,119467,0,0,0,41079),
(580,10709,500,0,0,119467,0,0,0,41079),
(580,10711,500,0,0,119467,0,0,0,41079),
(580,10714,500,0,0,119467,0,0,0,41079),
(580,35907,500,0,0,119467,0,0,0,41079),
(580,36027,500,0,0,119467,0,0,0,41079),
(580,123212,500,0,0,119467,0,0,0,41079),
(580,123214,500,0,0,119467,0,0,0,41079),
(580,127816,500,0,0,119467,0,0,0,41079);