fix(DB/Spells): Thera/Stonard Portals Level Req (#9277)

This commit is contained in:
Ollie Armitage 2021-11-29 09:51:51 +00:00 committed by GitHub
parent 5c3831f4da
commit 5f36542fac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1637565596089806926');
UPDATE `npc_trainer` SET `ReqLevel` = 35 WHERE `SpellID` in (49360, 49361);