mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-13 00:58:33 +00:00
12 lines
293 B
SQL
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';
|