- 188
- 2017
- 13
- Location
- PA, USA
Cleans up the thousands of GUILow error messages in t
Code:
-- --------------------------------------------------------------------------------------------------------------------
-- Repack version: 7.0.2
-- DBError.log Clean-up
-- Fixes the GUILow errors.
-- --------------------------------------------------------------------------------------------------------------------
DELETE FROM `linked_respawn` WHERE `guid` NOT IN (SELECT DISTINCT `guid` FROM `creature`) AND `linkedGuid` NOT IN (SELECT DISTINCT `guid` FROM `creature`) AND `linkType` = 0;