DB/Trainer: Add Goblin Mortar & The Mortar: Reloaded to Goblin Engineer trainers

Closes #27642
This commit is contained in:
anzz1
2022-02-09 14:43:35 +02:00
committed by offl
parent 4179b29318
commit 1901b45ef6

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `trainer_spell` WHERE `TrainerId`=103 AND `SpellId`=12768;
INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES
(103, 12768, 1500, 202, 205, 20222, 0, 0, 0, 0);