diff options
| author | Gildor <gildor55@gmail.com> | 2021-06-20 12:08:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-20 12:08:12 +0200 |
| commit | 5446209b89146fdbe01627e806f7beddd6ae5de8 (patch) | |
| tree | ebec88294e80ae907210a10725c76a84c25693d6 /sql | |
| parent | 9b05c3967bda1c49935e6f87b3b781afd9607035 (diff) | |
Scripts/Commands: Minor improvements in .pinfo and .unban character commands (#26586)
* Scripts/Commands: Minor improvements in .pinfo and .unban character commands
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2021_06_20_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_06_20_00_world.sql b/sql/updates/world/3.3.5/2021_06_20_00_world.sql new file mode 100644 index 00000000000..2912520ccd1 --- /dev/null +++ b/sql/updates/world/3.3.5/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'); |
