aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/7290_01_mangos_command.sql5
1 files changed, 5 insertions, 0 deletions
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.');