mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
DB/Trainer: Add missing spell
This commit is contained in:
3
sql/updates/world/4.3.4/2020_08_24_12_world.sql
Normal file
3
sql/updates/world/4.3.4/2020_08_24_12_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user