mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(DB): failure due to missing semicolumn (#3746)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user