fix(Core/Build): Delete spell_dbc data with wrong values (#9012)

This commit is contained in:
Nefertumm 2021-11-08 15:31:54 -03:00 committed by GitHub
parent 36d5164861
commit df5d721ca8
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 ('1636233172792932800');
DELETE FROM `spell_dbc` WHERE `Id` IN (78142, 78951, 79342, 79579);