diff --git a/sql/updates/world/4.3.4/2020_08_24_12_world.sql b/sql/updates/world/4.3.4/2020_08_24_12_world.sql new file mode 100644 index 00000000000..0fe424f9a18 --- /dev/null +++ b/sql/updates/world/4.3.4/2020_08_24_12_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `trainer_spell` WHERE (`TrainerId`=407 AND `SpellId`=3926); +INSERT INTO `trainer_spell` (`TrainerId`, `SpellId`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqAbility1`, `ReqAbility2`, `ReqAbility3`, `ReqLevel`, `VerifiedBuild`) VALUES +(407, 3926, 225, 202, 65, 0, 0, 0, 0, 14545);