diff options
author | joschiwald <joschiwald.trinity@gmail.com> | 2014-11-20 17:56:21 +0100 |
---|---|---|
committer | joschiwald <joschiwald.trinity@gmail.com> | 2014-11-20 17:56:21 +0100 |
commit | 716d1404de9d3a5dd6d3c5945f30f48ac544b10c (patch) | |
tree | aee45e2b17a307f0536631ef6a12a42aeed49fe9 /sql | |
parent | 75decfc537ce2a6a212b2af360671f897c38f6ed (diff) |
Scripts/SethekkHalls: fixed Talon King Coffer
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/2014_11_20_01_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2014_11_20_01_world.sql b/sql/updates/world/2014_11_20_01_world.sql new file mode 100644 index 00000000000..75474e72596 --- /dev/null +++ b/sql/updates/world/2014_11_20_01_world.sql @@ -0,0 +1,3 @@ +DELETE FROM `gameobject` WHERE `id`=187372; +INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES +(44719, 187372, 556, 3, 1, 65.88321, 286.6981, 25.04024, 0, 0, 0, 0, 1, 86400, 255, 1, 12340); |