aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZxBiohazardZx <zxbiohazardzx@gmail.com>2013-01-03 15:47:24 +0100
committerZxBiohazardZx <zxbiohazardzx@gmail.com>2013-01-03 15:47:24 +0100
commit9e6344b220c1f369be14f68b87648a75d3e8bcb4 (patch)
treeb4233e615f17fb7611dda79c44dee08518e244da
parent0cba1013150888cf690c5fab1b08ef2a30879192 (diff)
DB/Gameobject: Add Invincible Grave Plaque Closes #8693
-rw-r--r--sql/updates/world/2013_01_03_10_world_gameobject.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_03_10_world_gameobject.sql b/sql/updates/world/2013_01_03_10_world_gameobject.sql
new file mode 100644
index 00000000000..11700da1dc9
--- /dev/null
+++ b/sql/updates/world/2013_01_03_10_world_gameobject.sql
@@ -0,0 +1,4 @@
+-- Issue 8693 Invincible Grave Plaque
+DELETE FROM `gameobject` WHERE `guid`=364;
+INSERT INTO `gameobject` (`guid`,`id`,`map`,`spawnMask`,`phaseMask`,`position_x`,`position_y`,`position_z`,`orientation`,`rotation0`,`rotation1`,`rotation2`,`rotation3`,`spawntimesecs`,`animprogress`,`state`) VALUES
+(364,192835,0,1,1,2044.38,-520.9688,46.01406,-3.097385,0,0,0,1,120,255,1);