Adjust plugin description

hg/feature/cdb-packed
kaetemi 11 years ago
parent 8a875b3bab
commit 58d2c8be86

@ -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';

@ -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;

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

Loading…
Cancel
Save