mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Spell: Fixed EFFECT BIND position for "Teach: Death Gate".
Ref #8590
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
DELETE FROM `spell_target_position` WHERE `id`=53821;
|
||||
INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES
|
||||
(53821, 609, 2359.64, -5662.41, 382.261, 0.596899); -- Teach: Death Gate
|
||||
Reference in New Issue
Block a user