diff options
| author | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-02-16 03:26:26 +0100 |
|---|---|---|
| committer | Vincent_Michael <Vincent_Michael@gmx.de> | 2013-02-16 03:26:26 +0100 |
| commit | 49e196e6b00fd10895d7bb47442266305fa7e0fa (patch) | |
| tree | a96682abf637bd6d1adcf80307dc05107774be21 /sql/updates | |
| parent | 60cef65b5ca5f9550360a23eeb71a2478ca5af71 (diff) | |
Misc/Spells:
- Add some ulduar teleport pos for spells
- Add target hack for ulduar teleport spells
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/2013_02_16_01_world_spell_target_position.sql | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_16_01_world_spell_target_position.sql b/sql/updates/world/2013_02_16_01_world_spell_target_position.sql new file mode 100644 index 00000000000..c262ecf450f --- /dev/null +++ b/sql/updates/world/2013_02_16_01_world_spell_target_position.sql @@ -0,0 +1,11 @@ +DELETE FROM `spell_target_position` WHERE `id` IN (64014,64024,64025,64028,64029,64030,64031,64032,65042); +INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES +(64014, 603, -705.9705, -92.55729, 430.8192, 0), +(64024, 603, 2086.224, -24.05382, 422.2889, 0), +(64025, 603, 2518.131, 2569.342, 412.6822, 0), +(64028, 603, 553.243, -12.30903, 410.5428, 0), +(64029, 603, 1859.563, -24.83773, 449.1945, 6.230825), +(64030, 603, 1497.989, -24.16162, 421.6254, 0.03490658), +(64031, 603, 926.2917, -11.44444, 418.9779, 0.01745329), +(64032, 603, 131.1389, -35.36806, 410.187, 0), +(65042, 603, 1855.073, -11.48785, 334.559, 5.532694); |
