Adjust plugin description

This commit is contained in:
kaetemi 2014-09-08 00:42:07 +02:00
parent 5fcaacfccf
commit 9ce7d4ba8a
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE `plugins` ADD UNIQUE(`Name`);
UPDATE `plugins` SET `Info` = '{"PluginName":"Achievements","Description":"Returns the achievements of a user with respect to the character","Version":"1.0.0","TemplatePath":"..\\/..\\/..\\/private_php\\/ams\\/plugins\\/Achievements\\/templates\\/index.tpl","Type":"Manual","":null}' WHERE `Name` = 'Achievements';

View file

@ -6,7 +6,7 @@ $db_nel_tool = 1;
// Support
$db_nel_ams = 1;
$db_nel_ams_lib = 3;
$db_nel_ams_lib = 4;
// Domain
$db_ring_domain = 1;

View file

@ -1,6 +1,6 @@
<?php
// Increment whenever a web upgrade is required.
$NEL_SETUP_VERSION = 4;
$NEL_SETUP_VERSION = 5;
/* end of file */