diff options
author | Gacko <gacko28@gmx.de> | 2013-03-27 19:03:12 +0100 |
---|---|---|
committer | Gacko <gacko28@gmx.de> | 2013-03-27 19:03:12 +0100 |
commit | c4efac27f35007f48201e423f844766aca8a5da5 (patch) | |
tree | aacc95c24a2233a7ed673b96ab1f52cb2ef14de7 | |
parent | b78885622078bcf56b21694b39964c25ae4794f6 (diff) |
DB/Spell: Target position for 'Boots of the Bay' (Thanks @kelsarhu)
Closes: #9430
-rw-r--r-- | sql/updates/world/2013_03_27_00_world_spell_target_position.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_27_00_world_spell_target_position.sql b/sql/updates/world/2013_03_27_00_world_spell_target_position.sql new file mode 100644 index 00000000000..4991fb35aa8 --- /dev/null +++ b/sql/updates/world/2013_03_27_00_world_spell_target_position.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_target_position` WHERE `id`=71436; +INSERT INTO `spell_target_position`(`id`,`target_position_x`,`target_position_y`,`target_position_z`,`target_orientation`) VALUE +(71436,-14459.48,492.46,15.12,3.21); |