mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-12-01 21:12:50 +08:00
Update 2024_11_25_00.sql
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
UPDATE `updates_include`
|
UPDATE 'updates_include'
|
||||||
SET `path` = '$/data/sql/playerbots/updates'
|
SET 'path' = '$/data/sql/playerbots/updates'
|
||||||
WHERE `state` = 'RELEASED';
|
WHERE 'state' = 'RELEASED';
|
||||||
|
|
||||||
UPDATE `updates_include`
|
UPDATE 'updates_include'
|
||||||
SET `path` = '$/data/sql/playerbots/custom'
|
SET 'path' = '$/data/sql/playerbots/custom'
|
||||||
WHERE `state` = 'CUSTOM';
|
WHERE 'state' = 'CUSTOM';
|
||||||
|
|
||||||
UPDATE `updates_include`
|
UPDATE 'updates_include'
|
||||||
SET `path` = '$/data/sql/playerbots/archive'
|
SET 'path' = '$/data/sql/playerbots/archive'
|
||||||
WHERE `state` = 'ARCHIVED';
|
WHERE 'state' = 'ARCHIVED';
|
||||||
|
|||||||
Reference in New Issue
Block a user