DB/Gameobject: Add 2 more missing gameobjects

This commit is contained in:
Aokromes
2014-10-10 19:13:31 +02:00
parent 3b03798a48
commit 39362fe3d4

View File

@@ -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);