diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/9421_world_command.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/9421_world_command.sql b/sql/updates/9421_world_command.sql new file mode 100644 index 00000000000..d5ca70179d7 --- /dev/null +++ b/sql/updates/9421_world_command.sql @@ -0,0 +1,4 @@ +DELETE FROM `command` WHERE `name` IN ('summon', 'appear', 'groupsummon'); +UPDATE `command` SET `name`='summon' WHERE `name`='namego'; +UPDATE `command` SET `name`='appear' WHERE `name`='goname'; +UPDATE `command` SET `name`='groupsummon' WHERE `name`='groupgo'; |
