fix(DB/Creature): Guvan (npc 17482) incorrect NPC flags (can't train priests past lvl 6) (#4138)

This commit is contained in:
r0m1ntik
2021-01-06 23:43:21 +01:00
committed by GitHub
parent 347630ee4b
commit 9427da06ad

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1609618111014466000');
DELETE FROM `npc_trainer` WHERE (`ID` = 17482) AND (`SpellID` = -200012);
INSERT INTO `npc_trainer` (`ID`, `SpellID`, `MoneyCost`, `ReqSkillLine`, `ReqSkillRank`, `ReqLevel`) VALUES
(17482, -200012, 0, 0, 0, 0);