mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-19 03:45:43 +00:00
fix(DB/Trainer): Add missing Powerheal 4000 Lens to Engineering trainers (#16614)
Create powerheal.sql
This commit is contained in:
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);
|
||||
Reference in New Issue
Block a user