mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Compare commits
4 Commits
nl-saw-pat
...
data-folde
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
adaf1e6b91 | ||
|
|
733c64343e | ||
|
|
e3bcadb19e | ||
|
|
27d1bda34d |
11
data/sql/playerbots/updates/db_playerbots/2024_11_25_00.sql
Normal file
11
data/sql/playerbots/updates/db_playerbots/2024_11_25_00.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
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';
|
||||
Reference in New Issue
Block a user