chore(DB): import pending files

Referenced commit(s): 4b8b06b250
This commit is contained in:
github-actions[bot]
2024-06-20 01:07:02 +00:00
parent 4b8b06b250
commit 0114b8ee5d

View File

@@ -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';