chore(DB): import pending files

Referenced commit(s): 572a680c16
This commit is contained in:
AzerothCoreBot
2022-08-02 02:23:19 +00:00
parent 572a680c16
commit 4378493acc

View File

@@ -0,0 +1,3 @@
-- DB update 2022_05_24_00 -> 2022_08_02_00
--
UPDATE `characters` SET `taxi_path`=CONCAT('0 ', `taxi_path`) WHERE LENGTH(`taxi_path`) > 0;