aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-06-15 16:20:43 +0200
committerShauren <shauren.trinity@gmail.com>2016-06-15 16:20:43 +0200
commit5da217877be7f22db3bfc8ee06ca1ffad172d281 (patch)
treefc6b5a98a6b1d76bd1e061afec0fabc007922b0c /sql
parent8839369fc534d46816efd22ef0db3f8b9e5c8d44 (diff)
Core/Spells: Automatically generate spell rank info from SkillLineAbility
* This fixes weird spellbook/talent/glyph/profession ui behavior when knowing multiple spells to remove talent or glyph, or multiple spells to open profession ui
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/6.x/2016_06_15_06_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_15_06_world.sql b/sql/updates/world/6.x/2016_06_15_06_world.sql
new file mode 100644
index 00000000000..6d63a4ca441
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_15_06_world.sql
@@ -0,0 +1 @@
+DROP TABLE IF EXISTS `spell_ranks`;