Adjust plugin description
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';
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// Increment whenever a web upgrade is required.
|
// Increment whenever a web upgrade is required.
|
||||||
$NEL_SETUP_VERSION = 4;
|
$NEL_SETUP_VERSION = 5;
|
||||||
|
|
||||||
/* end of file */
|
/* end of file */
|
||||||
|
Loading…
Reference in New Issue