mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
11 lines
295 B
SQL
11 lines
295 B
SQL
alter table quest_template
|
|
add column
|
|
`OfferRewardEmote` int(11) unsigned NOT NULL default '0';
|
|
|
|
alter table quest_template
|
|
add column
|
|
`RequestItemsEmote` int(11) unsigned NOT NULL default '1';
|
|
|
|
alter table quest_template
|
|
add column
|
|
`CompleteScript` int(11) unsigned NOT NULL default '0';
|