mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
5
sql/updates/world/2014_10_09_00_world.sql
Normal file
5
sql/updates/world/2014_10_09_00_world.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--
|
||||
DELETE FROM `spell_target_position` WHERE `id` IN (28444,72613);
|
||||
INSERT INTO `spell_target_position` (`id`, `effIndex`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `VerifiedBuild`) VALUES
|
||||
(72613, 0, 533, 3005.509277, -3434.641113, 304.195, 5.81041, 0),
|
||||
(28444, 0, 533, 3005.509277, -3434.641113, 304.195, 5.81041, 0);
|
||||
Reference in New Issue
Block a user