mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 10:05:32 +01:00
DB/Trainer: Add Goblin Mortar & The Mortar: Reloaded to Goblin Engineer trainers
Closes #27642
This commit is contained in:
4
sql/updates/world/3.3.5/2022_02_09_00_world_335.sql
Normal file
4
sql/updates/world/3.3.5/2022_02_09_00_world_335.sql
Normal 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);
|
||||
Reference in New Issue
Block a user