From 3e22222716eb29b4e76892129558a3ea79121b51 Mon Sep 17 00:00:00 2001 From: tkrokli Date: Sat, 25 Mar 2017 11:18:49 +0100 Subject: DB/GameObject: remove 4 new DBErrors These 4 gameobject entries were removed from Zul'Aman in commit 226a69f5dc5effb8182cd5ffa64b0ff405c5d580 but went unnoticed because of deletion by map. --- sql/updates/world/3.3.5/2017_03_25_00_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_03_25_00_world_335.sql diff --git a/sql/updates/world/3.3.5/2017_03_25_00_world_335.sql b/sql/updates/world/3.3.5/2017_03_25_00_world_335.sql new file mode 100644 index 00000000000..62f775b10c1 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_25_00_world_335.sql @@ -0,0 +1,2 @@ +-- 4 gameobject entries already removed from Zul'Aman in commit 226a69f5dc +DELETE FROM `gameobject_addon` WHERE `guid` IN (12647, 18539, 20584, 47284); -- cgit v1.2.3