Update zz_cleanup.sql

removed script reference in database to avoid worldserver error.
This commit is contained in:
Grimfeather
2025-05-11 21:04:57 +02:00
committed by GitHub
parent 910676015a
commit d07b77b965

View File

@@ -10,3 +10,6 @@ UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` IN (29273);
/* Delete unused Creature Addon data */ /* Delete unused Creature Addon data */
DELETE FROM `creature_addon` WHERE `guid` IN (133917, 133918, 133919, 133920, 133928); DELETE FROM `creature_addon` WHERE `guid` IN (133917, 133918, 133919, 133920, 133928);
/* Remove script from database to avoid worldserver error. The code for this script has been commented out. Need to figure out why. */
UPDATE `creature_template` SET `Scriptname` = '' WHERE `entry` = 351042;