Update sound files

Update sound files
This commit is contained in:
dmzx
2015-03-12 21:38:53 +01:00
parent 0af22bfcff
commit 636066eea6
6 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"type": "phpbb-extension", "type": "phpbb-extension",
"description": "mChat Extension for phpbb 3.1.x", "description": "mChat Extension for phpbb 3.1.x",
"homepage": "http://www.dmzx-web.net", "homepage": "http://www.dmzx-web.net",
"version": "0.0.1", "version": "0.0.2",
"time": "2015-03-10", "time": "2015-03-10",
"keywords": ["phpbb", "extension", "mchat"], "keywords": ["phpbb", "extension", "mchat"],
"license": "GPL-2.0", "license": "GPL-2.0",

View File

@@ -20,7 +20,7 @@ class mchat_schema extends \phpbb\db\migration\migration
array('config.add', array('mchat_on_index', true)), array('config.add', array('mchat_on_index', true)),
array('config.add', array('mchat_new_posts', false)), array('config.add', array('mchat_new_posts', false)),
array('config.add', array('mchat_stats_index', false)), array('config.add', array('mchat_stats_index', false)),
array('config.add', array('mchat_version','0.0.1')), array('config.add', array('mchat_version','0.0.2')),
array('permission.add', array('u_mchat_use')), array('permission.add', array('u_mchat_use')),
array('permission.add', array('u_mchat_view')), array('permission.add', array('u_mchat_view')),

BIN
sounds/add.swf Normal file

Binary file not shown.

BIN
sounds/del.swf Normal file

Binary file not shown.

BIN
sounds/error.swf Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long