aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2013-05-16 14:08:33 -0700
committerShauren <shauren.trinity@gmail.com>2013-05-16 14:08:33 -0700
commit4f43584af86828646e6188b58b2194895455e62b (patch)
treec1d2447e9638a49d526503fd51db197eb26badea
parent60dae46462205ff41a284faf6ac9cfd33d12b941 (diff)
parente823f8d1f744bd66caf97d5530b300d5f439bdba (diff)
Merge pull request #9814 from vlad852/master
Fix startup errors
-rw-r--r--sql/updates/world/2013_05_16_00_world_spell_target_position.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2013_05_16_00_world_spell_target_position.sql b/sql/updates/world/2013_05_16_00_world_spell_target_position.sql
new file mode 100644
index 00000000000..421fcae0d01
--- /dev/null
+++ b/sql/updates/world/2013_05_16_00_world_spell_target_position.sql
@@ -0,0 +1,2 @@
+-- only for 3.3.5
+UPDATE spell_target_position SET effIndex='0' WHERE id IN (68081, 67837, 67836, 67835, 67838, 67834);