From b539a9717b46f622e42b93fcd67a90bdc3018981 Mon Sep 17 00:00:00 2001 From: Vincent_Michael Date: Fri, 1 Feb 2013 00:46:04 +0100 Subject: DB/Gameobject: Removed gameobject with bad wdb data --- sql/updates/world/2013_02_01_00_world_gameobject.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/2013_02_01_00_world_gameobject.sql (limited to 'sql') diff --git a/sql/updates/world/2013_02_01_00_world_gameobject.sql b/sql/updates/world/2013_02_01_00_world_gameobject.sql new file mode 100644 index 00000000000..2476d623c5a --- /dev/null +++ b/sql/updates/world/2013_02_01_00_world_gameobject.sql @@ -0,0 +1 @@ +DELETE FROM `gameobject` WHERE `id`=180184; -- cgit v1.2.3