Better text for missing html command system message.
This commit is contained in:
@@ -167,7 +167,7 @@ public class AdminGeodata implements IAdminCommandHandler
|
||||
Collections.sort(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;
|
||||
}
|
||||
|
@@ -167,7 +167,7 @@ public class AdminGeodata implements IAdminCommandHandler
|
||||
Collections.sort(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;
|
||||
}
|
||||
|
@@ -167,7 +167,7 @@ public class AdminGeodata implements IAdminCommandHandler
|
||||
Collections.sort(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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user