aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorsilinoron <none@none>2010-08-16 18:21:22 -0700
committersilinoron <none@none>2010-08-16 18:21:22 -0700
commit58b6090efd89dd01312d66a6b1f53094cc534f21 (patch)
tree0bd799e02a551a4eff72a9ee8446dd6a8ad3d59f /sql
parenta32c30d76f6a13effa62ca0d9a117065d65c43a2 (diff)
Rename .goname to .appear, .namego to .summon, and .groupgo to .groupsummon. Also do some cleanup in Level1.cpp.
Fixes issue #3451 --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/9421_world_command.sql4
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';