diff options
author | Shauren <shauren.trinity@gmail.com> | 2011-02-04 10:32:11 -0700 |
---|---|---|
committer | runningnak3d <runningnak3d@gmail.com> | 2011-02-04 10:32:11 -0700 |
commit | 912190d38e09501f8c5887dea3f8fe57b811a8d0 (patch) | |
tree | 84e275506ece18b1c15cca67fc9a60cf9387d2bc | |
parent | fcc0ebcbd71381060f7b97ea1d9f18a2c272ae51 (diff) |
DB/Spell: Fixed targeting for spell 49305 (missing unit target)
Closes #131
-rw-r--r-- | sql/updates/world/2011_02_04_0_world_spell_target_position.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2011_02_04_0_world_spell_target_position.sql b/sql/updates/world/2011_02_04_0_world_spell_target_position.sql new file mode 100644 index 00000000000..ba4e4160dfa --- /dev/null +++ b/sql/updates/world/2011_02_04_0_world_spell_target_position.sql @@ -0,0 +1,3 @@ +DELETE FROM `spell_target_position` WHERE `id`=49305; +INSERT INTO `spell_target_position` VALUES +(49305,578,983.108,1054.513,359.967,3.354); |