fix(DB/Trainer): correct levelReq for Portal spells Darnassus and Thunder Bluff (#7758)

This commit is contained in:
lineagedr
2021-09-16 00:13:10 +03:00
committed by GitHub
parent 2f449326e0
commit 916276a4c1

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630954454155139800');
UPDATE `npc_trainer` SET `ReqLevel` = 50 WHERE `SpellID` IN (11419, 11420);