mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
5 lines
199 B
SQL
5 lines
199 B
SQL
alter table `character_pet`
|
|
drop column `trainpoint`,
|
|
drop column `loyaltypoints`,
|
|
drop column `loyalty`,
|
|
add `talentpoints` int(11) UNSIGNED default '0' NOT NULL after `Reactstate`;
|