aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2023_05_13_00_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2023_05_13_00_world.sql b/sql/updates/world/master/2023_05_13_00_world.sql
new file mode 100644
index 00000000000..40387aa66d7
--- /dev/null
+++ b/sql/updates/world/master/2023_05_13_00_world.sql
@@ -0,0 +1,3 @@
+DELETE FROM `command` WHERE `name`='damage go';
+INSERT INTO `command` (`name`,`help`) VALUES
+('damage go','Syntax: .damage go $guid|$link $damage_amount\n\nApply $damage to destructible gameobject.');