From 061756d2a001dfd74d52f4e7f636f0d22c4ddee5 Mon Sep 17 00:00:00 2001 From: funjoker Date: Mon, 24 Aug 2020 21:47:58 +0200 Subject: [PATCH] DB/Trainer: Add missing spell --- sql/updates/world/4.3.4/2020_08_24_12_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/4.3.4/2020_08_24_12_world.sql 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);