Core/Players: Fixed talents tree specific spells to work with dual spec

This commit is contained in:
Shauren
2012-01-29 18:22:50 +01:00
parent ef471da666
commit 23c44b2a16
6 changed files with 54 additions and 33 deletions

View File

@@ -1127,7 +1127,7 @@ CREATE TABLE `characters` (
`rest_bonus` float NOT NULL DEFAULT '0',
`resettalents_cost` int(10) unsigned NOT NULL DEFAULT '0',
`resettalents_time` int(10) unsigned NOT NULL DEFAULT '0',
`talentTree` smallint(5) unsigned NOT NULL DEFAULT '0',
`talentTree` varchar(10) NOT NULL DEFAULT '0 0',
`trans_x` float NOT NULL DEFAULT '0',
`trans_y` float NOT NULL DEFAULT '0',
`trans_z` float NOT NULL DEFAULT '0',