Setup/CustomData

* fix entry for item 33147
This commit is contained in:
Sarjuuk
2025-03-22 19:24:01 +01:00
parent 197b097ee5
commit 73f4a69a41
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,2 @@
UPDATE `aowow_setup_custom_data` SET `command` = 'items' WHERE `command` = 'item';
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' items');