diff options
author | Killyana <morphone1@gmail.com> | 2016-01-30 04:23:03 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-04-02 15:39:01 +0200 |
commit | 1bbc7fd84cc7a8cb41324603fcda25477e9a6863 (patch) | |
tree | 84668727af6042dded4ed5eb0bbf8c24af79f293 | |
parent | 9f237e745aa8d671a3ec0696788df3aa1bf88b48 (diff) |
DB/Object: Add 2 missing traps on Icc
(cherry picked from commit e249db9777e9914770f59e10838b742ba1b37324)
-rw-r--r-- | sql/updates/world/2016_04_02_11_world_2016_01_31_32_world_335.sql (renamed from sql/updates/world/2016_04_02_10_world_2016_01_31_32_world_335.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/2016_04_02_12_world_2016_01_30_01_world.sql | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/2016_04_02_10_world_2016_01_31_32_world_335.sql b/sql/updates/world/2016_04_02_11_world_2016_01_31_32_world_335.sql index 64b32cb2d89..64b32cb2d89 100644 --- a/sql/updates/world/2016_04_02_10_world_2016_01_31_32_world_335.sql +++ b/sql/updates/world/2016_04_02_11_world_2016_01_31_32_world_335.sql diff --git a/sql/updates/world/2016_04_02_12_world_2016_01_30_01_world.sql b/sql/updates/world/2016_04_02_12_world_2016_01_30_01_world.sql new file mode 100644 index 00000000000..c9405c4ee61 --- /dev/null +++ b/sql/updates/world/2016_04_02_12_world_2016_01_30_01_world.sql @@ -0,0 +1,6 @@ +-- +SET @Guid:=6177; +DELETE FROM `gameobject` WHERE `guid` IN (@Guid+0, @Guid+1); +INSERT INTO `gameobject` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(@Guid+0, 201888, 631, 0, 0, 15, 1, 4312.29, 3025.22, 360.518, 2.92954, 0, 0, 0.994384, 0.105829, 604800, 0, 1, 0), +(@Guid+1, 201889, 631, 0, 0, 15, 1, 4403.27, 3027.19, 360.52, 0.0274907, 0, 0, 0.0137449, 0.999906, 604800, 0, 1, 0); |