fix(DB/Trainer): Add missing Powerheal 4000 Lens to Engineering trainers (#16614)
Create powerheal.sql
This commit is contained in:
parent
53fba47a4f
commit
5c5e559685
1 changed files with 3 additions and 0 deletions
3
data/sql/updates/pending_db_world/powerheal.sql
Normal file
3
data/sql/updates/pending_db_world/powerheal.sql
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue