From 58b6090efd89dd01312d66a6b1f53094cc534f21 Mon Sep 17 00:00:00 2001 From: silinoron Date: Mon, 16 Aug 2010 18:21:22 -0700 Subject: Rename .goname to .appear, .namego to .summon, and .groupgo to .groupsummon. Also do some cleanup in Level1.cpp. Fixes issue #3451 --HG-- branch : trunk --- sql/updates/9421_world_command.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/9421_world_command.sql (limited to 'sql') 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'; -- cgit v1.2.3