added an admin proc to check for any inactive players with custom items

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-03-01 19:15:27 +10:00
parent 02a6bb8602
commit 30a34bbc9f
4 changed files with 94 additions and 2 deletions

View File

@@ -2418,6 +2418,10 @@
src.admincaster_signature = adminscrub(input(usr, "Provide your desired signature", "Network Identity Handler", ""))
src.access_news_network()
else if(href_list["populate_inactive_customitems"])
if(check_rights(R_ADMIN|R_SERVER))
populate_inactive_customitems_list(src.owner)
// player info stuff
if(href_list["add_player_info"])