mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
3 lines
214 B
SQL
3 lines
214 B
SQL
alter table `quest_template`
|
|
add column `PlayersSlain` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL after `CharTitleId`,
|
|
add column `BonusTalents` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL after `PlayersSlain`;
|