From 39362fe3d4653c9db9e22c1d158d0e8a4b123e89 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Fri, 10 Oct 2014 19:13:31 +0200 Subject: DB/Gameobject: Add 2 more missing gameobjects --- sql/updates/world/2014_10_10_04_world_335.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/2014_10_10_04_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/2014_10_10_04_world_335.sql b/sql/updates/world/2014_10_10_04_world_335.sql new file mode 100644 index 00000000000..c32f68fb400 --- /dev/null +++ b/sql/updates/world/2014_10_10_04_world_335.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry` IN (202947,202948); +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `VerifiedBuild`) VALUES +(202947,3,9467,'Cologne Neutralizer',93,28677,15211), +(202948,3,9468,'Perfume Neutralizer',93,28678,15211); -- cgit v1.2.3