diff options
| author | Treeston <treeston.mmoc@gmail.com> | 2020-09-20 21:56:24 +0200 |
|---|---|---|
| committer | Treeston <treeston.mmoc@gmail.com> | 2020-09-20 22:29:09 +0200 |
| commit | e11b466897752eb400428eafd05c7dbf08c562bf (patch) | |
| tree | d87b6483d96c00dd839ce23bbf66edaffeb5b792 /sql | |
| parent | 9fda67d016798260dcab4b2110c00ab85e1fff2f (diff) | |
Scripts/Commands: Rename .additemset to .additem set to avoid ambiguity
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2020_09_20_02_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_09_20_02_world.sql b/sql/updates/world/3.3.5/2020_09_20_02_world.sql new file mode 100644 index 00000000000..ad597f4798f --- /dev/null +++ b/sql/updates/world/3.3.5/2020_09_20_02_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `command` SET `name`='additem set' WHERE `name`='additemset'; |
