diff options
| author | Killyana <morphone1@gmail.com> | 2016-10-23 02:34:45 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-10-23 02:34:45 +0200 |
| commit | 31a5aa11945556acdd1cd40863e23991d0f25c7c (patch) | |
| tree | 91e6952079ce8b7a7bfb5e4d163904701e16bb6a | |
| parent | fb5b7bf17f5f3dba3c3460482e15592fcfa4cca3 (diff) | |
DB/GameObject: Containment Coffer TRAP
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_22_00_world_335.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_22_00_world_335.sql b/sql/updates/world/3.3.5/2016_10_22_00_world_335.sql new file mode 100644 index 00000000000..4b78ebc65bd --- /dev/null +++ b/sql/updates/world/3.3.5/2016_10_22_00_world_335.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gameobject_template` WHERE `entry`=103575; +INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `size`, `data0`, `data1`, `data2`, `data3`, `data6`, `VerifiedBuild`) VALUES +(103575, 6, 327, "Containment Coffer TRAP", 1, 0, 0, 0, 9012, -1, -18019); |
