From d07b77b96529db7c0b0911cc8de47e3fa71f9c06 Mon Sep 17 00:00:00 2001 From: Grimfeather <88028633+Grimfeather@users.noreply.github.com> Date: Sun, 11 May 2025 21:04:57 +0200 Subject: [PATCH] Update zz_cleanup.sql removed script reference in database to avoid worldserver error. --- sql/world/base/zz_cleanup.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sql/world/base/zz_cleanup.sql b/sql/world/base/zz_cleanup.sql index 6662507..b542754 100644 --- a/sql/world/base/zz_cleanup.sql +++ b/sql/world/base/zz_cleanup.sql @@ -10,3 +10,6 @@ UPDATE `creature_template` SET `unit_class` = 8 WHERE `entry` IN (29273); /* Delete unused Creature Addon data */ 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;