summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 1d1033585..cc5fadfde 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -237,9 +237,9 @@ function script checkclientversion {
mesc b(l("These can be reverted to previous behavior on User Control Panel!")), 3;
mes "";
if (countitem(LEGACY_MiereCleaver))
- mesc l("Your @@ expired and lost the Knockback effect.", getitemlink(LEGACY_MiereCleaver)), 1;
+ mesc l("Your @@ Knockback effect expired.", getitemlink(LEGACY_MiereCleaver)), 1;
if (countitem(LEGACY_Broadsword))
- mesc l("Your @@ expired and lost the Knockback effect.", getitemlink(LEGACY_Broadsword)), 1;
+ mesc l("Your @@ Knockback effect expired.", getitemlink(LEGACY_Broadsword)), 1;
UPDATE=1553605222;
}