mirror of
https://github.com/ProjectSkyfire/SkyFire_548
synced 2026-08-18 06:32:13 -04:00
Core/Player: Updated talent system for cataclysm
This commit is contained in:
parent
82e9a91f23
commit
a401e9be19
16 changed files with 390 additions and 245 deletions
|
|
@ -1127,6 +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',
|
||||
`trans_x` float NOT NULL DEFAULT '0',
|
||||
`trans_y` float NOT NULL DEFAULT '0',
|
||||
`trans_z` float NOT NULL DEFAULT '0',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue