mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Template/Update (Part 3)
* convert amalgamation more.php into separate endpoints * fix url of help articles
This commit is contained in:
1
setup/updates/1758578400_02.sql
Normal file
1
setup/updates/1758578400_02.sql
Normal file
@@ -0,0 +1 @@
|
||||
UPDATE `aowow_articles` SET `url` = CONCAT('help=', `url`) WHERE `url` IN ('commenting-and-you', 'item-comparison', 'modelviewer', 'profiler', 'screenshots-tips-tricks', 'stat-weighting', 'talent-calculator', 'markup-guide');
|
||||
2
setup/updates/1758578400_03.sql
Normal file
2
setup/updates/1758578400_03.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
UPDATE `aowow_config` SET `key` = 'rep_req_border_legendary' WHERE `key` = 'rep_req_border_lege';
|
||||
UPDATE `aowow_config` SET `key` = 'rep_req_border_uncommon' WHERE `key` = 'rep_req_border_unco';
|
||||
Reference in New Issue
Block a user