fix(DB): failure due to missing semicolumn (#3746)

This commit is contained in:
Francesco Borzì
2020-11-22 18:46:35 +01:00
committed by GitHub
parent 8a0f2750e6
commit 2e3c98df94

View File

@@ -22,7 +22,7 @@ INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1605911267657207700');
-- fix models
UPDATE `creature_template` SET `modelid1`=23258, `modelid2`=0 WHERE `entry` IN
(33395, 33402)
(33395, 33402);
--