diff options
author | Gildor <gildor55@gmail.com> | 2021-06-20 12:08:12 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-11 11:33:37 +0100 |
commit | 7d01ad8b8f7d20769058c642e690847aa51196c6 (patch) | |
tree | 8f3313f22b621a14db8cc283c7d3e129d83c6c63 /sql | |
parent | 6e182ebe0586f916a67e66a1416e01fe2f01a19e (diff) |
Scripts/Commands: Minor improvements in .pinfo and .unban character commands (#26586)
* Scripts/Commands: Minor improvements in .pinfo and .unban character commands
(cherry picked from commit 5446209b89146fdbe01627e806f7beddd6ae5de8)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2022_03_11_01_world_2021_06_20_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_11_01_world_2021_06_20_00_world.sql b/sql/updates/world/master/2022_03_11_01_world_2021_06_20_00_world.sql new file mode 100644 index 00000000000..2912520ccd1 --- /dev/null +++ b/sql/updates/world/master/2022_03_11_01_world_2021_06_20_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `trinity_string` WHERE `entry`=883; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(883, 'Account'); |