summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/discord.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/discord.txt b/npc/commands/discord.txt
index 21e675a45..98786bcfe 100644
--- a/npc/commands/discord.txt
+++ b/npc/commands/discord.txt
@@ -50,7 +50,7 @@ OnCall:
// Only do SQL query if not in cache
.@nb = query_sql("select `discord_name` from `discord` WHERE `account_id`='"+getcharid(3)+"' limit 1", .@discord$);
// Override default behavior
- if (.@discord$ == "") {
+ if (.@discord$ == "" || .@discord$ == "Not found") {
.@discord$="Not Linked";
.@link=false;
}