diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-09 00:20:39 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2014-10-09 00:20:39 +0200 |
commit | bec9e277bd4e64437074f130eaeec4e25619e0f4 (patch) | |
tree | 7e2243477b32571753a6e308b8a29e57f6e8ca76 | |
parent | 2e455eee86e69265712dda4f0e82056765961d41 (diff) |
DB/Spells: Add Naxxramas teleports coords
By dr-j, closes #13255
-rw-r--r-- | sql/updates/world/2014_10_09_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2014_10_09_00_world.sql b/sql/updates/world/2014_10_09_00_world.sql new file mode 100644 index 00000000000..00d70229bea --- /dev/null +++ b/sql/updates/world/2014_10_09_00_world.sql @@ -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); |