Files
mod-playerbots/data/sql/playerbots/updates/2024_11_25_00.sql
2025-08-27 19:09:51 +02: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';