mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Adjust plugin description
This commit is contained in:
parent
8a875b3bab
commit
58d2c8be86
3 changed files with 5 additions and 2 deletions
3
code/web/private_php/setup/sql/nel_ams_lib_00004.sql
Normal file
3
code/web/private_php/setup/sql/nel_ams_lib_00004.sql
Normal 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';
|
||||||
|
|
|
@ -6,7 +6,7 @@ $db_nel_tool = 1;
|
||||||
|
|
||||||
// Support
|
// Support
|
||||||
$db_nel_ams = 1;
|
$db_nel_ams = 1;
|
||||||
$db_nel_ams_lib = 3;
|
$db_nel_ams_lib = 4;
|
||||||
|
|
||||||
// Domain
|
// Domain
|
||||||
$db_ring_domain = 1;
|
$db_ring_domain = 1;
|
||||||
|
|
|
@ -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 a new issue