mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
[9661] Implement dual talent specializations in talent switch part.
* Implement talent specs switch functionality. * Only gossip part still not implemented. * At update server to this commit or later character talents will be reset with some spam in logs about wrong places talents in character_spell. It can be ignored as part of conversion to new table support. Thanks to all getmangos.com community members who take part in creating and updating original dual spec patch. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ce40dedaf0
commit
7fb7c47de5
8 changed files with 322 additions and 71 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#ifndef __REVISION_SQL_H__
|
||||
#define __REVISION_SQL_H__
|
||||
#define REVISION_DB_CHARACTERS "required_9646_01_characters_characters"
|
||||
#define REVISION_DB_CHARACTERS "required_9661_01_characters_character_talent"
|
||||
#define REVISION_DB_MANGOS "required_9656_02_mangos_mangos_string"
|
||||
#define REVISION_DB_REALMD "required_9010_01_realmd_realmlist"
|
||||
#endif // __REVISION_SQL_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue