diff options
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/8925_world_spell_group.sql | 6 |
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); |
