aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2019-05-11 02:31:44 +0200
committerKillyana <morphone1@gmail.com>2019-05-11 02:31:44 +0200
commit378b53ade9aed230654e4e85832bfdbfb86c8ab5 (patch)
tree18eeef6fdead189f3c2805f2a0659dd4cf8e1863
parent47841890866924d34a0ce73a799bcaa21affeed9 (diff)
DB/Creature: Dark Portal Dummy
Used to cast spell 32564 on that summons 18553 (crystal visual) 80% of visual effects from Medivh ritual are not scripted
-rw-r--r--sql/updates/world/3.3.5/2019_05_11_02_world.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_05_11_02_world.sql b/sql/updates/world/3.3.5/2019_05_11_02_world.sql
new file mode 100644
index 00000000000..749490faf4d
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_05_11_02_world.sql
@@ -0,0 +1,10 @@
+--
+DELETE FROM `creature` WHERE `guid` IN (104815, 104817, 104819);
+INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES
+(104815, 18625, 269, 2366, 0, 3, 1, 0, 0, -2033.517, 7110.752, 22.85045, 2.635447, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595), -- 18625 (Area: 0 - Difficulty: 0)
+(104817, 18625, 269, 2366, 0, 3, 1, 0, 0, -2024.31, 7127.75, 22.65419, 0.4712389, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595), -- 18625 (Area: 0 - Difficulty: 0)
+(104819, 18625, 269, 2366, 0, 3, 1, 0, 0, -2025.422, 7119.652, 22.74706, 6.161012, 7200, 0, 0, 0, 0, 0, 0, 0, 0, 15595); -- 18625 (Area: 0 - Difficulty: 0)
+UPDATE `creature_template` SET `flags_extra` = `flags_extra`|128 WHERE `entry` IN (18625);
+
+DELETE FROM `creature_template_addon` WHERE `entry` IN(18553);
+INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES (18553, '32563');