diff options
author | Kinzcool <kinzzcool@hotmail.com> | 2013-03-24 02:38:56 -0400 |
---|---|---|
committer | Kinzcool <kinzzcool@hotmail.com> | 2013-03-24 02:38:56 -0400 |
commit | e1cf3683a916a49934389effdf73df7b2332e0ef (patch) | |
tree | b913508ea113e849069f441aea46147a196b04e2 | |
parent | e3924a58f60af057a04b38fe889dd1f48eeb1cb0 (diff) |
DB/Spell: Fixed EFFECT BIND position for "Teach: Death Gate".
Ref #8590
-rw-r--r-- | sql/updates/world/2013_03_24_00_world_spell_target_position.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_03_24_00_world_spell_target_position.sql b/sql/updates/world/2013_03_24_00_world_spell_target_position.sql new file mode 100644 index 00000000000..d71a96708e7 --- /dev/null +++ b/sql/updates/world/2013_03_24_00_world_spell_target_position.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_target_position` WHERE `id`=53821; +INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES +(53821, 609, 2359.64, -5662.41, 382.261, 0.596899); -- Teach: Death Gate |