mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
*f6e09e1d71d4 16062b31dba9 df7b6c79c44a and 420160897950 were by MetaphysicalDrama. Closes #153, #146, #147, #123 --HG-- branch : trunk
9 lines
456 B
SQL
9 lines
456 B
SQL
|
|
UPDATE `creature_template` SET `ScriptName`='npc_mageguard_dalaran' WHERE `entry` IN (29254,29255);
|
|
|
|
-- positions for Dalaran 'Trespasser!' spell
|
|
DELETE FROM `spell_target_position` WHERE `id` IN (54028,54029);
|
|
INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
|
|
(54028, 571, 5758.79, 678.359, 642.726, 5.572);
|
|
(54029, 571, 5849.16, 602.093, 651.13, 2.364);
|