diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-10 19:13:31 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-10 19:13:31 +0200 |
| commit | 39362fe3d4653c9db9e22c1d158d0e8a4b123e89 (patch) | |
| tree | 2c417f88860bed71f29b78f0073776bf581f18d4 | |
| parent | 3b03798a48cb1ae4b39846b4dd772857df46e541 (diff) | |
DB/Gameobject: Add 2 more missing gameobjects
| -rw-r--r-- | sql/updates/world/2014_10_10_04_world_335.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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); |
