mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Players: Pet talents can be reset at a pet trainer for free, original idea by rsa
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user