fix(DB/Trainer): Add missing Powerheal 4000 Lens to Engineering trainers (#16614)
Create powerheal.sql
This commit is contained in:
@@ -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);
|
||||||
Reference in New Issue
Block a user