mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
DB/Spells: Add some missing spell_target_position
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
DELETE FROM `spell_target_position` WHERE `id` IN (17278,49097,55431);
|
||||
INSERT INTO `spell_target_position` (`id` ,`target_map` ,`target_position_x` ,`target_position_y` ,`target_position_z` ,`target_orientation`) VALUES
|
||||
(17278, 329, 3534.3, -2966.74, 125.001, 0.279253), -- Cannon Fire cast by a trap GO Cannonball
|
||||
(49097, 0, -466.4, 1496.36, 17.43, 2.1), -- Out of Body Experience, quest with the same name (Grizzly Hills -> Silverpine)
|
||||
(55431, 571, 5787.781250, -1582.446045, 234.830414, 2.14); -- Summon Gymer
|
||||
-- 53821 Teach:Death Gate - couldn't find enough info
|
||||
Reference in New Issue
Block a user