diff options
| author | Kudlaty <none@none> | 2009-05-26 21:49:26 +0200 |
|---|---|---|
| committer | Kudlaty <none@none> | 2009-05-26 21:49:26 +0200 |
| commit | d56baf19db1839f48ab2a76ae69ac3b1b64cbb81 (patch) | |
| tree | 21dafaab40f29e608cd50dda44c7d7269ac88bcb /sql/updates | |
| parent | bc9bf1d635f3631292f4ff4b13a513225252ece4 (diff) | |
Add spell target position for teleports in acherus (54744,54746)
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/3577_world_spell_target_position.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/3577_world_spell_target_position.sql b/sql/updates/3577_world_spell_target_position.sql new file mode 100644 index 00000000000..35190cdaca0 --- /dev/null +++ b/sql/updates/3577_world_spell_target_position.sql @@ -0,0 +1,5 @@ +-- positions for teleports in acherus +DELETE FROM `spell_target_position` WHERE `id` IN (54744,54746); +INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES +(54744, 0, 2418.67, -5621.41, 420.644, 3.89597), +(54746, 0, 2402.15, -5633.74, 377.021, 3.65249); |
