From 3260b94dd627b7b0c7114f94bb97d108b005af3e Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 13 May 2023 15:46:27 +0200 Subject: Core/Misc: Replace string to int conversion functions from Common.h with c++17 std::from_chars based ones Trinity::StringTo --- sql/updates/world/master/2023_05_13_00_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_05_13_00_world.sql (limited to 'sql') 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.'); -- cgit v1.2.3