mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
3 lines
171 B
SQL
3 lines
171 B
SQL
ALTER TABLE `quest_template`
|
|
CHANGE `RewRepValue1` `RewRepValue1` int(11) NOT NULL default '0',
|
|
CHANGE `RewRepValue2` `RewRepValue2` int(11) NOT NULL default '0';
|