From 7a8c251c37230f15420f55f5f89cc024c2a1ac73 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 10 Oct 2014 17:33:14 +0200 Subject: DB/Gameobject: Add missing gameobject --- sql/updates/world/2014_10_10_01_world_335.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_10_10_01_world_335.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_10_10_01_world_335.sql b/sql/updates/world/2014_10_10_01_world_335.sql new file mode 100644 index 00000000000..624286e6910 --- /dev/null +++ b/sql/updates/world/2014_10_10_01_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry` = 180671; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `VerifiedBuild`) VALUES +(180671,3,644,'Xandivious\' Demon Bag',43,17516,-18019); -- cgit v1.2.3