DB/Spells: Add Naxxramas teleports coords

By dr-j, closes #13255
This commit is contained in:
Aokromes
2014-10-09 00:20:39 +02:00
parent 2e455eee86
commit bec9e277bd

View 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);