mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
Fix(DB/Trainer): Correct Polearm MinLvl Req (#4566)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user