aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorjoschiwald <joschiwald.trinity@gmail.com>2014-11-20 17:56:21 +0100
committerjoschiwald <joschiwald.trinity@gmail.com>2014-11-21 01:14:53 +0100
commitc7a0cc02f6ff9f06f3dc5c4486b3e996213b5170 (patch)
treef0f1c5885b2d22164120802d85b74e2505671d77 /sql
parentfe2649f6e5cc1b59b131b2303faeb5d7bb7190db (diff)
Scripts/SethekkHalls: fixed Talon King Coffer
(cherry picked from commit 716d1404de9d3a5dd6d3c5945f30f48ac544b10c)
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_11_20_01_world.sql3
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);