aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2015-05-09 10:53:27 +0200
committerAokromes <Aokromes@users.noreply.github.com>2015-05-09 10:53:27 +0200
commit0f8414a37c308167d0d2a0569d082014dbb398a7 (patch)
tree7e4ad8c91f276b14a1a5d0d3f20f6a79064b6c7c
parent44959aeedddb552c50bf9ff06a2685d216844f24 (diff)
DB/Gameobject: Add missing Mysterious Wailing Caverns Chest template
By Killyana updates #14644
-rw-r--r--sql/updates/world/2015_05_09_01_world_335.sql4
1 files changed, 4 insertions, 0 deletions
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);