From 10b7490a330ceb7835614d3f43b56bd0feb3bb91 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 17 Jan 2016 19:58:46 +0100 Subject: [PATCH] DB/Object: Add missing object --- sql/updates/world/2016_01_17_14_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2016_01_17_14_world.sql diff --git a/sql/updates/world/2016_01_17_14_world.sql b/sql/updates/world/2016_01_17_14_world.sql new file mode 100644 index 00000000000..3e28d34f819 --- /dev/null +++ b/sql/updates/world/2016_01_17_14_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry`=208077; +INSERT INTO gameobject_template (`entry`, `type`, `displayId`, `name`, `size`, `Data6`, `VerifiedBuild`) VALUES +(208077, 5, 10418, "Web Wide", 1, -1, -18019);