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"