aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlad <vlad852@gmail.com>2013-05-16 23:44:01 +0300
committerVlad <vlad852@gmail.com>2013-05-16 23:44:01 +0300
commite823f8d1f744bd66caf97d5530b300d5f439bdba (patch)
treec1d2447e9638a49d526503fd51db197eb26badea
parent60dae46462205ff41a284faf6ac9cfd33d12b941 (diff)
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);