1
0
mirror of https://github.com/anope/anope.git synced 2026-06-30 06:16:38 +02:00

Fix default level names for access change/list in db_old

This commit is contained in:
Adam
2013-11-16 10:39:25 -05:00
parent 9e1fb11f93
commit 3edce88698
+2 -2
View File
@@ -219,13 +219,13 @@ static Anope::string GetLevelName(int level)
case 7:
return "OP";
case 8:
return "LIST";
return "ACCESS_LIST";
case 9:
return "CLEAR";
case 10:
return "NOJOIN";
case 11:
return "CHANGE";
return "ACCESS_CHANGE";
case 12:
return "MEMO";
case 13: