From 00329fe9a505c437af0b7591d8321bf3b77ad7fb Mon Sep 17 00:00:00 2001 From: tkrokli Date: Thu, 10 Aug 2017 04:54:00 +0200 Subject: DB/Creature: creature_addon guid without corresponding creature guid Updates #18542 (TDB 335.63 DBerrors) --- sql/updates/world/3.3.5/2017_08_09_00_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_08_09_00_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/3.3.5/2017_08_09_00_world_335.sql b/sql/updates/world/3.3.5/2017_08_09_00_world_335.sql new file mode 100644 index 00000000000..b86d9eb68b4 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_08_09_00_world_335.sql @@ -0,0 +1,2 @@ +-- creature_addon guid not present in creature table +DELETE FROM `creature_addon` WHERE `guid` = 137612; -- cgit v1.2.3