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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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