From 0f8414a37c308167d0d2a0569d082014dbb398a7 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sat, 9 May 2015 10:53:27 +0200 Subject: DB/Gameobject: Add missing Mysterious Wailing Caverns Chest template By Killyana updates #14644 --- sql/updates/world/2015_05_09_01_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_05_09_01_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_05_09_01_world_335.sql b/sql/updates/world/2015_05_09_01_world_335.sql new file mode 100644 index 00000000000..68f578812f8 --- /dev/null +++ b/sql/updates/world/2015_05_09_01_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry` IN (180055); +INSERT INTO `gameobject_template` (`entry`, `type`, `displayid`, `name`, `size`, `data0`, `data1`, `data2`, `data3`, `VerifiedBuild`) VALUES +(180055, 2, 51, 'Mysterious Wailing Caverns Chest', 0.4, 43, 6811, 2, 0, -18019); -- cgit v1.2.3