DB/Trainer: Add missing spell

This commit is contained in:
funjoker
2020-08-24 21:47:58 +02:00
parent 2f738c41f2
commit 061756d2a0

View File

@@ -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);