mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Misc/Fixup
* added missing leading whitespace to update queries
This commit is contained in:
@@ -1 +1 @@
|
|||||||
UPDATE aowow_dbversion SET `sql` = CONCAT(IFNULL(`sql`, ''), 'currencies items');
|
UPDATE aowow_dbversion SET `sql` = CONCAT(IFNULL(`sql`, ''), ' currencies items');
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
UPDATE aowow_dbversion SET `sql` = CONCAT(IFNULL(`sql`, ''), 'quests');
|
UPDATE aowow_dbversion SET `sql` = CONCAT(IFNULL(`sql`, ''), ' quests');
|
||||||
|
|||||||
Reference in New Issue
Block a user