aowow/setup/sql/updates/1769622382_01.sql
Sarjuuk cadb4aa0d3 Icons/Fixup
* reference original icon names/paths during setup
 * fixes #487
 * amends 1e1ce29438
2026-01-28 19:52:12 +01:00

6 lines
304 B
SQL

ALTER TABLE `aowow_icons` ADD KEY "idx_sourcename" (`name_source`);
UPDATE `aowow_dbversion` SET
`sql` = CONCAT(IFNULL(`sql`, ''), ' achievement currencies glyphproperties holidays icons items pet skillline spell'),
`build` = CONCAT(IFNULL(`build`, ''), ' enchants gems glyphs talenticons')
;