diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-09-24 00:05:31 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2020-09-24 00:06:17 +0200 |
| commit | f45600fb2e6bbd4870a74e0bcb359984d3007c22 (patch) | |
| tree | dad591185b43873c57e2639b6514a21919d28598 /sql | |
| parent | d29274f3a142545a386420e54f6169e4f7ed6eda (diff) | |
Scripts/ChatCommands: Rename 'lookup itemset' to 'lookup item set' to remove ambiguity.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_09_23_05_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_23_05_world.sql b/sql/updates/world/3.3.5/2020_09_23_05_world.sql new file mode 100644 index 00000000000..821f358c0a5 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_23_05_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `command` SET `name`='lookup item set' WHERE `name`='lookup itemset'; |
