diff options
| author | megamage <none@none> | 2009-02-17 14:51:25 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-02-17 14:51:25 -0600 |
| commit | d73b38f0fa09b68489c8407dee59804272ce9dd8 (patch) | |
| tree | 80efe2adf4d248b79c3999307c4e10382d38bb38 /sql/updates | |
| parent | 1c894bee918b1b5e50c49d91e80bb09446dc84e3 (diff) | |
[7290] Command .npc setdeathstate on/off. Author: GriffonHeart
--HG--
branch : trunk
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/7290_01_mangos_command.sql | 5 |
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.'); |
