mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Trainers: Restore battlepet trainer spells after 2a2aea27b7
This commit is contained in:
15
sql/updates/world/master/2022_08_01_00_world.sql
Normal file
15
sql/updates/world/master/2022_08_01_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user