diff options
author | Sadie Powell <sadie@witchery.services> | 2024-06-23 14:36:03 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-06-23 14:36:03 +0100 |
commit | b94c3740b967f844c5a51b51c902d1aca822497b (patch) | |
tree | 4266acdebae9d2ed9ea89a645a44e9869fd29546 /modules/database/db_old.cpp | |
parent | 59ec42f0e6a49a3a4a2386a392cdfec5906af912 (diff) |
Make the language around fantasy commands less weird.
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r-- | modules/database/db_old.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index 981d4c04e..68ba2ca07 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -252,7 +252,7 @@ static Anope::string GetLevelName(int level) case 15: return "NOKICK"; case 16: - return "FANTASIA"; + return "FANTASY"; case 17: return "SAY"; case 18: |