From 22c79e20985a7b3470131f01613e9b198b0f35d3 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 28 Aug 2008 04:02:39 +0000 Subject: [PATCH] Replaced the engrish ksprotection message with one provided by Itakou. git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13147 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/map/mob.c b/src/map/mob.c index 43ba8afb3f..755063da83 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -347,7 +347,7 @@ bool mob_ksprotected (struct block_list *src, struct block_list *target) // Message to Owner if( DIFF_TICK(pl_sd->ks_floodprotect_tick, tick) <= 0 ) { - sprintf(output, "[Warning!! - %s is KS you]", sd->status.name); + sprintf(output, "[Watch out! %s is trying to KS you!]", sd->status.name); clif_disp_onlyself(pl_sd, output, strlen(output)); pl_sd->ks_floodprotect_tick = tick + 2000;