fix(DB/npc_trainer): set req skill to 225 for 9954 (#5350)
This commit is contained in:
parent
8ab6c56925
commit
6ca8e3105d
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue