From da52c8d54ec341cc55f963fe0397fcc5e98b06e9 Mon Sep 17 00:00:00 2001 From: Intel Date: Wed, 12 Nov 2014 03:58:17 +0200 Subject: Core/Talents: Fixed SMSG_TALENTS_INFO packet Fixed talents saving to DB Renamed 'talent spec' to 'talent group' since this name was shadowing character specializations (and new name is correct according to JAM) Enabled loading of MinorTalent.dbc (will be used later) Added additional specialization check in LearnTalent --- sql/updates/characters/2014_11_12_00_characters.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/characters/2014_11_12_00_characters.sql (limited to 'sql/updates/characters') diff --git a/sql/updates/characters/2014_11_12_00_characters.sql b/sql/updates/characters/2014_11_12_00_characters.sql new file mode 100644 index 00000000000..68aaf99d5d0 --- /dev/null +++ b/sql/updates/characters/2014_11_12_00_characters.sql @@ -0,0 +1,4 @@ +ALTER TABLE `character_glyphs` CHANGE `spec` `talentGroup` tinyint(3) unsigned NOT NULL DEFAULT '0'; +ALTER TABLE `character_talent` CHANGE `spec` `talentGroup` tinyint(3) unsigned NOT NULL DEFAULT '0'; +ALTER TABLE `characters` CHANGE `speccount` `talentGroupsCount` tinyint(3) unsigned NOT NULL DEFAULT '1'; +ALTER TABLE `characters` CHANGE `activespec` `activeTalentGroup` tinyint(3) unsigned NOT NULL DEFAULT '0'; -- cgit v1.2.3