diff options
| author | Shauren <shauren.trinity@gmail.com> | 2023-05-13 15:46:27 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2023-08-15 21:59:52 +0200 |
| commit | a4299c2a4b88d1cbdcea1301a190da6081abf876 (patch) | |
| tree | 85b194c12b0413b8da3ad554633ddeb0fec98185 /sql | |
| parent | b9201d3c07ecbd690117d248bec238e3657b57b9 (diff) | |
Core/Misc: Replace string to int conversion functions from Common.h with c++17 std::from_chars based ones Trinity::StringTo
(cherry picked from commit 3260b94dd627b7b0c7114f94bb97d108b005af3e)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2023_08_15_00_world_2023_05_13_00_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2023_08_15_00_world_2023_05_13_00_world.sql b/sql/updates/world/3.3.5/2023_08_15_00_world_2023_05_13_00_world.sql new file mode 100644 index 00000000000..40387aa66d7 --- /dev/null +++ b/sql/updates/world/3.3.5/2023_08_15_00_world_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.'); |
