mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
fix(DB/npc_trainer): set req skill to 225 for 9954 (#5350)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618783191920291681');
|
||||
|
||||
UPDATE `npc_trainer` SET `ReqSkillRank` = 225 WHERE (`ID`=201007) and (`SpellID`=9954);
|
||||
|
||||
Reference in New Issue
Block a user