Parcourir la source

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
ultramage il y a 16 ans
Parent
commit
22c79e2098
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/map/mob.c

+ 1 - 1
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;