From d73b38f0fa09b68489c8407dee59804272ce9dd8 Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 17 Feb 2009 14:51:25 -0600 Subject: [7290] Command .npc setdeathstate on/off. Author: GriffonHeart --HG-- branch : trunk --- sql/updates/7290_01_mangos_command.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/7290_01_mangos_command.sql (limited to 'sql/updates') diff --git a/sql/updates/7290_01_mangos_command.sql b/sql/updates/7290_01_mangos_command.sql new file mode 100644 index 00000000000..b84a579e431 --- /dev/null +++ b/sql/updates/7290_01_mangos_command.sql @@ -0,0 +1,5 @@ +ALTER TABLE db_version CHANGE COLUMN required_7252_02_mangos_mangos_string required_7290_01_mangos_command bit; + +DELETE FROM `command` WHERE `name` = 'npc setdeathstate'; +INSERT INTO `command` VALUES +('npc setdeathstate',2,'Syntax: .npc setdeathstate on/off\r\n\r\nSet default death state (dead/alive) for npc at spawn.'); -- cgit v1.2.3