summaryrefslogtreecommitdiff
path: root/modules/database/db_old.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2024-06-23 14:36:03 +0100
committerSadie Powell <sadie@witchery.services>2024-06-23 14:36:03 +0100
commitb94c3740b967f844c5a51b51c902d1aca822497b (patch)
tree4266acdebae9d2ed9ea89a645a44e9869fd29546 /modules/database/db_old.cpp
parent59ec42f0e6a49a3a4a2386a392cdfec5906af912 (diff)
Make the language around fantasy commands less weird.
Diffstat (limited to 'modules/database/db_old.cpp')
-rw-r--r--modules/database/db_old.cpp2
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: