Fix(DB/Trainer): Correct Polearm MinLvl Req (#4566)
This commit is contained in:
parent
e12c3a005d
commit
8970037053
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue