Skip to content

Commit

Permalink
DB/Object: Add 2 missing traps on Icc
Browse files Browse the repository at this point in the history
(cherry picked from commit e249db9)
  • Loading branch information
Killyana authored and Shauren committed Apr 2, 2016
1 parent 9f237e7 commit 1bbc7fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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);

0 comments on commit 1bbc7fd

Please sign in to comment.