mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Gameobject: Add 2 more missing gameobjects
This commit is contained in:
5
sql/updates/world/2014_10_10_04_world_335.sql
Normal file
5
sql/updates/world/2014_10_10_04_world_335.sql
Normal 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);
|
||||
Reference in New Issue
Block a user