mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 19:35:42 +00:00
fix(DB/SAI): remove links pointing to non-existing ID (#3139)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1592650543169399600');
|
||||
|
||||
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` IN (16398,8338,178908,32347,24077) AND `id` = 0;
|
||||
UPDATE `smart_scripts` SET `link` = 0 WHERE `entryorguid` = 30895 AND `id` = 1;
|
||||
Reference in New Issue
Block a user