mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
2 lines
No EOL
136 B
SQL
2 lines
No EOL
136 B
SQL
UPDATE `character_queststatus` SET `rewarded`='1' WHERE `completed_once`='1';
|
|
ALTER TABLE `character_queststatus` DROP `completed_once`; |