From 0114b8ee5d19d0ccb6c9e2fc4a551eb1214517ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 20 Jun 2024 01:07:02 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 4b8b06b250c669e1811dee8a8269c61a2ce4e9a6 --- .../rev_1718702527397206595.sql => db_world/2024_06_20_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1718702527397206595.sql => db_world/2024_06_20_00.sql} (96%) diff --git a/data/sql/updates/pending_db_world/rev_1718702527397206595.sql b/data/sql/updates/db_world/2024_06_20_00.sql similarity index 96% rename from data/sql/updates/pending_db_world/rev_1718702527397206595.sql rename to data/sql/updates/db_world/2024_06_20_00.sql index f92e842f7..8014ec5d2 100644 --- a/data/sql/updates/pending_db_world/rev_1718702527397206595.sql +++ b/data/sql/updates/db_world/2024_06_20_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_06_18_06 -> 2024_06_20_00 -- UPDATE `command` SET `help`='Syntax: .cast #spellid [triggered]\r\n Cast #spellid to selected target. If no target selected cast to self. If \'triggered\' or part provided then spell cast with triggered flag.' WHERE `name`='cast'; UPDATE `command` SET `help`='Syntax: .cast back #spellid [triggered]\r\n Selected target will cast #spellid to your character. If \'triggered\' or part provided then spell cast with triggered flag.' WHERE `name`='cast back';