Core/Players: Pet talents can be reset at a pet trainer for free, original idea by rsa

This commit is contained in:
tobmaps
2011-05-31 05:47:17 +07:00
parent 7f573dbcb8
commit 600cc16c94
7 changed files with 30 additions and 75 deletions

View File

@@ -739,8 +739,6 @@ CREATE TABLE `character_pet` (
`curmana` int(10) unsigned NOT NULL DEFAULT '0',
`curhappiness` int(10) unsigned NOT NULL DEFAULT '0',
`savetime` int(10) unsigned NOT NULL DEFAULT '0',
`resettalents_cost` int(10) unsigned NOT NULL DEFAULT '0',
`resettalents_time` int(10) unsigned NOT NULL DEFAULT '0',
`abdata` text,
PRIMARY KEY (`id`),
KEY `owner` (`owner`),