diff options
author | anzz1 <anzz1@users.noreply.github.com> | 2022-02-09 14:43:35 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2022-02-09 14:43:35 +0200 |
commit | 1901b45ef60dbaaa5df2923c6d94d06c8cde289b (patch) | |
tree | 1367bdfe156aff02c001faa579ab3aee31c9777e | |
parent | 4179b29318d91c7adb4abcc9519f5295a3b4b17d (diff) |
DB/Trainer: Add Goblin Mortar & The Mortar: Reloaded to Goblin Engineer trainers
Closes #27642
-rw-r--r-- | sql/updates/world/3.3.5/2022_02_09_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2022_02_09_00_world_335.sql b/sql/updates/world/3.3.5/2022_02_09_00_world_335.sql new file mode 100644 index 00000000000..38a2fcfc675 --- /dev/null +++ b/sql/updates/world/3.3.5/2022_02_09_00_world_335.sql @@ -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); |