Template/Update (Part 3)

* convert amalgamation more.php into separate endpoints
 * fix url of help articles
This commit is contained in:
Sarjuuk
2025-08-06 01:24:10 +02:00
parent 5713834f90
commit 81d9248541
22 changed files with 651 additions and 330 deletions

View 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');

View 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';