diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-09-24 00:05:31 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2022-02-27 23:41:55 +0100 |
| commit | 167a2c5da90e9f3cd9bad980e56deac083c0f9d8 (patch) | |
| tree | f435dd8142c0674d2c989c43fb8bb40b9d19493f /sql | |
| parent | df94ce0f6853e62b9eb591cba38fa36917314c6d (diff) | |
Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ambiguity.
(cherry picked from commit f45600fb2e6bbd4870a74e0bcb359984d3007c22)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2022_02_27_41_world_2020_09_23_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_02_27_41_world_2020_09_23_05_world.sql b/sql/updates/world/master/2022_02_27_41_world_2020_09_23_05_world.sql new file mode 100644 index 00000000000..821f358c0a5 --- /dev/null +++ b/sql/updates/world/master/2022_02_27_41_world_2020_09_23_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `command` SET `name`='lookup item set' WHERE `name`='lookup itemset'; |
