Files
mod-playerbots/data/sql/playerbots/updates/db_playerbots/2024_11_25.sql
2024-11-25 18:38:55 +01:00

12 lines
293 B
SQL

UPDATE `updates_include`
SET `path` = '$/data/sql/playerbots/updates'
WHERE `state` = 'RELEASED';
UPDATE `updates_include`
SET `path` = '$/data/sql/playerbots/custom'
WHERE `state` = 'CUSTOM';
UPDATE `updates_include`
SET `path` = '$/data/sql/playerbots/archive'
WHERE `state` = 'ARCHIVED';