Fix(DB/Trainer): Correct Polearm MinLvl Req (#4566)

This commit is contained in:
Vox
2021-02-14 13:49:41 -05:00
committed by GitHub
parent e12c3a005d
commit 8970037053

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1613263139054916400');
DELETE FROM `npc_trainer` WHERE (`ID` = 11867) AND (`SpellID` IN (200));
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES
(11867, 200, 10000, 0, 0, 20);