From e406781d8f7a735827b564625f28c6482680e77c Mon Sep 17 00:00:00 2001 From: MobiusDev <8391001+MobiusDevelopment@users.noreply.github.com> Date: Wed, 21 Jun 2017 23:04:11 +0000 Subject: [PATCH] Better text for missing html command system message. --- .../scripts/handlers/admincommandhandlers/AdminGeodata.java | 2 +- .../scripts/handlers/admincommandhandlers/AdminGeodata.java | 2 +- .../scripts/handlers/admincommandhandlers/AdminGeodata.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/L2J_Mobius_Classic/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java b/L2J_Mobius_Classic/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java index 26d18c7e29..e1ff87e38d 100644 --- a/L2J_Mobius_Classic/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java +++ b/L2J_Mobius_Classic/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java @@ -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; } diff --git a/L2J_Mobius_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java b/L2J_Mobius_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java index 26d18c7e29..e1ff87e38d 100644 --- a/L2J_Mobius_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java +++ b/L2J_Mobius_Helios/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java @@ -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; } diff --git a/L2J_Mobius_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java b/L2J_Mobius_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java index 26d18c7e29..e1ff87e38d 100644 --- a/L2J_Mobius_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java +++ b/L2J_Mobius_Underground/dist/game/data/scripts/handlers/admincommandhandlers/AdminGeodata.java @@ -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; }