mirror of
https://github.com/liyunfan1223/mod-playerbots.git
synced 2026-02-20 18:10:02 +01:00
database update data folder location (#741)
added acore_playerbots update script
This commit is contained in:
parent
e6feccb5aa
commit
c0b185935b
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';
|
||||||
Loading…
x
Reference in New Issue
Block a user