aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2015-12-30 00:21:49 +0100
committerMitchesD <majklprofik@seznam.cz>2016-01-17 14:02:53 +0100
commit4f2e6d7fd7ecdfea58cbe3f4802c8d088f8fb617 (patch)
treefd0eb5aaf249d9a22aac9f75f03c20d893a97826
parent7d2cfa2f213ee1c1ceae776daf88a49e6675c286 (diff)
DB/Quest: The Stories Dead Men Tell
By @Rushor Closes #16055 (cherry picked from commit 91c1de2f43dff14cfb883bc725823b6186ce0f87)
-rw-r--r--sql/updates/world/2016_01_17_14_world_2015_12_29_10.sql22
1 files changed, 22 insertions, 0 deletions
diff --git a/sql/updates/world/2016_01_17_14_world_2015_12_29_10.sql b/sql/updates/world/2016_01_17_14_world_2015_12_29_10.sql
new file mode 100644
index 00000000000..919309dd558
--- /dev/null
+++ b/sql/updates/world/2016_01_17_14_world_2015_12_29_10.sql
@@ -0,0 +1,22 @@
+--
+DELETE FROM `event_scripts` WHERE `id` IN (21075,21077,21076);
+INSERT INTO `event_scripts` (`id`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES
+-- summon corpes
+(21075, 0, 10, 33455, 20000, 0, 8441.057, 452.919, 596.070, 1.643),
+(21077, 0, 10, 33439, 20000, 0, 8461.75, 468.926, 596.072, 4.6392),
+(21076, 0, 10, 33457, 20000, 0, 8471.463,452.336,596.071,4.710),
+-- respawn sword and despawn after 20s
+(21076, 0, 9, 67923, 20, 0, 0, 0, 0, 0);
+
+-- set visual dead
+UPDATE `creature_template` SET `dynamicflags`=`dynamicflags`|32, `unit_flags2`=`unit_flags2`|1 WHERE `entry` IN (33439,33455,33457);
+
+-- sword despawn after 20s
+UPDATE `gameobject` SET `spawntimesecs`=-20 WHERE `guid`=67923 LIMIT 1;
+
+DELETE FROM `creature_template_addon` WHERE `entry` IN (33455,33439);
+INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES
+-- posion dummy
+(33455, '41290'),
+-- burning dummy
+(33439, '59216');