aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorQAston <none@none>2010-07-19 19:28:54 +0200
committerQAston <none@none>2010-07-19 19:28:54 +0200
commitb1fab8caafcfa5228e2727d64bcf6a675318b517 (patch)
tree7cb9a4522afb45d0a8f0fce843ef0376e0331197 /sql/updates
parente1e16310ec81a0ae5ee11bf6a2e70682889409f6 (diff)
*Correct typo in CastSpeedSlow spellgroup - by tassader1000, thanks azazel_kon for sql
*Fix a compile typo in prev commit. --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8925_world_spell_group.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/8925_world_spell_group.sql b/sql/updates/8925_world_spell_group.sql
new file mode 100644
index 00000000000..0e7d2cf894e
--- /dev/null
+++ b/sql/updates/8925_world_spell_group.sql
@@ -0,0 +1,6 @@
+DELETE FROM `spell_group` WHERE `id` = 1103;
+-- Cast Speed Slow
+INSERT INTO `spell_group` (`id`,`spell_id`) VALUES
+(1103,-1100),
+(1103,-1101),
+(1103,-1102);