From 5da217877be7f22db3bfc8ee06ca1ffad172d281 Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 15 Jun 2016 16:20:43 +0200 Subject: 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 --- sql/updates/world/6.x/2016_06_15_06_world.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/world/6.x/2016_06_15_06_world.sql (limited to 'sql/updates') 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`; -- cgit v1.2.3