From 5f3bea3ba98249acae12a9b14981b1fcdbcc9890 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 28 Aug 2008 04:02:39 +0000 Subject: Replaced the engrish ksprotection message with one provided by Itakou. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13147 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mob.c') diff --git a/src/map/mob.c b/src/map/mob.c index 43ba8afb3..755063da8 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; -- cgit v1.2.3-60-g2f50