diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-06-15 16:20:43 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-06-15 16:20:43 +0200 |
commit | 5da217877be7f22db3bfc8ee06ca1ffad172d281 (patch) | |
tree | fc6b5a98a6b1d76bd1e061afec0fabc007922b0c /sql | |
parent | 8839369fc534d46816efd22ef0db3f8b9e5c8d44 (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.sql | 1 |
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`; |