Better text for missing html command system message.

This commit is contained in:
MobiusDev
2017-06-21 23:04:11 +00:00
parent 3b6eb47135
commit e406781d8f
3 changed files with 3 additions and 3 deletions

View File

@@ -167,7 +167,7 @@ public class AdminGeodata implements IAdminCommandHandler
Collections.sort(results); Collections.sort(results);
for (int id : results) for (int id : results)
{ {
activeChar.sendMessage("NPC " + id + " does not have an html."); activeChar.sendMessage("NPC " + id + " does not have a default html.");
} }
break; break;
} }

View File

@@ -167,7 +167,7 @@ public class AdminGeodata implements IAdminCommandHandler
Collections.sort(results); Collections.sort(results);
for (int id : results) for (int id : results)
{ {
activeChar.sendMessage("NPC " + id + " does not have an html."); activeChar.sendMessage("NPC " + id + " does not have a default html.");
} }
break; break;
} }

View File

@@ -167,7 +167,7 @@ public class AdminGeodata implements IAdminCommandHandler
Collections.sort(results); Collections.sort(results);
for (int id : results) for (int id : results)
{ {
activeChar.sendMessage("NPC " + id + " does not have an html."); activeChar.sendMessage("NPC " + id + " does not have a default html.");
} }
break; break;
} }