fix(DB/Trainer): Add missing Powerheal 4000 Lens to Engineering trainers (#16614)

Create powerheal.sql
This commit is contained in:
Gultask
2023-06-24 17:08:56 -03:00
committed by GitHub
parent 53fba47a4f
commit 5c5e559685

View File

@@ -0,0 +1,3 @@
DELETE FROM `npc_trainer` WHERE `SpellID` = 41321;
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`, `ReqSpell`) VALUES
(201013, 41321, 50000, 202, 350, 0, 0);