Kylie Jo Swistak 5 年之前
父節點
當前提交
549ccc7c74
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/responses/character.rb

+ 1 - 1
app/responses/character.rb

@@ -217,7 +217,7 @@ def char_list_embed(chars, group, sort = nil)
     desc = "These are the pokemon in the guild archives, sorted by primary type"
   when /npc/i
     title = "Registered Guild NPCs -- [#{chars.length}]"
-    desc = "These are the NPCs from all around Zaplana, sorted by primary type"
+    desc = "These are the NPCs from all around Zaplana, sorted by current location"
   when /special/i
     title = "Specail Characters -- [#{chars.count}]"
     desc = "These are the special pokemon around Zaplana, sorted by category"